Update the module's configuration...
to resolve the following error during the load module on nginx' start up: undefined symbol "_z11initgrpclogv"
This commit is contained in:
parent
79f05c204e
commit
0b9db0ace8
1 changed files with 3 additions and 0 deletions
3
config
3
config
|
|
@ -4,11 +4,14 @@ ngx_module_name=$ngx_addon_name
|
|||
ngx_module_incs=
|
||||
ngx_module_deps=" \
|
||||
$ngx_addon_dir/src/batch_exporter.hpp \
|
||||
$ngx_addon_dir/src/grpc_log.hpp \
|
||||
$ngx_addon_dir/src/ngx.hpp \
|
||||
$ngx_addon_dir/src/str_view.hpp \
|
||||
$ngx_addon_dir/src/trace_context.hpp \
|
||||
$ngx_addon_dir/src/trace_service_client.hpp \
|
||||
"
|
||||
ngx_module_srcs=" \
|
||||
$ngx_addon_dir/src/grpc_log.cpp \
|
||||
$ngx_addon_dir/src/ngx_otel_module.cpp \
|
||||
objs/opentelemetry/proto/common/v1/common.pb.cc \
|
||||
objs/opentelemetry/proto/resource/v1/resource.pb.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue