nginx-opentracing
nginx-opentracing copied to clipboard
NGINX plugin for OpenTracing
hi, thanks for this amazing repo! when I run cmd ` ./nginx -t -c /etc/nginx/nginx.conf` It output `nginx: [emerg] dlopen() "/usr/local/nginx/modules/ngx_http_opentracing_module.so" failed (libopentracing.so.1: cannot open shared object file: No such...
Hi, we are receiving below seg faults. i have given the backtrace from core dump. could someone look at and provide some insights why the error occurs. we suspect the...
[jaeger-client-cpp](https://github.com/jaegertracing/jaeger-client-cpp) and [opentracing-cpp](https://github.com/opentracing/opentracing-cpp) are DEPRECATED. An alternative is [opentelemetry-cpp](https://github.com/open-telemetry/opentelemetry-cpp). It also supports other [exporters](https://github.com/open-telemetry/opentelemetry-cpp/tree/main/exporters).
According to the documentation, the datadog opentracing plugin supports a variety of transport options not currently supported by this framework. Specifically, it looks like we should be checking for the...
The http.url span tag is currrently set to "$scheme://$http_host$request_uri" which includes the query parameters. Since these are more likely to contain sensitive information, would it make sense to remove the...
I want to integrate opentracing into kong. But i got follow error : /usr/local/share/lua/5.1/kong/cmd/start.lua:24: nginx configuration is invalid (exit code 1): nginx: [emerg] module "/usr/local/kong/nginx/modules/ngx_http_opentracing_module.so" is not binary compatible in...
When setting `opentracing_trust_incoming_span=false`, does baggage get erased? I couldn't see any code to do so (but I haven't tested). Otherwise the potential issue is that an upstream will think that...
It looks like `opentracing_propagate_context` doesn't work in http and server level. However, this ability was introduced in v0.7.0. When `opentracing_propagate_context` defined in location block, everything works well. Tested with nginx-opentracing...
Is it possible to add the trace ids to the nginx log file?
Automatically detect common vulnerabilities and coding errors.