nginx-opentracing
nginx-opentracing copied to clipboard
NGINX plugin for OpenTracing
Hello, [The reference](https://github.com/opentracing-contrib/nginx-opentracing/blob/f5f33c51e70bcd92265f70d38eada6571a8b7abe/doc/Reference.md#opentracing_load_tracer) documents which tracer to load dynamically and which configuration file to use. Is it possible to configure the tracer from the nginx configuration when the tracer has...
Hi, we configured the opentracing plugin on nginx 1.19.8 and all works fine, but we noticed that all requests had the header X-B3-Flags set to 0 and our backend API...
## Context We are noticing a large amount of opentracing error logs for routes that have caching enabled. Example: ``` 2020/12/15 22:39:01 [error] 13#13: *123456789 failed to expand opentracing_context_ for...
We are missing `traceparent` and `tracestate` headers as defined by tracing specs https://www.w3.org/TR/trace-context/ . The [opentracing_context_name](https://github.com/opentracing-contrib/nginx-opentracing/blob/master/doc/Reference.md#opentracing_context_name) variable should be renamed to `traceparent`
nginx version is 1.16.1 and opentracing module is 1.16.1 or 1.16.0 are not working, the error is : `nginx: [emerg] module "/usr/local/nginx/modules/ngx_http_opentracing_module.so" is not binary compatible in /usr/local/nginx/conf/nginx.conf:11 nginx: configuration...
Initially nginx logs the $sent_http_* variables for the targeted url: ``` nginx_1 | uri_path="/" uri_query="-" status="200" http_svc="handler1" ``` But when we use `log_subrequest on`, we get the subrequest headers in...
Get `failed to expand opentracing_context_ for request 000055D4589C9190: get_binary_context failed: could not find request trace` when invoking subrequest by ngx lua. ``` $ curl 127.0.0.1:8080 2020/07/02 10:22:11 [error] 308#308: *22...
I'm trying to override some of the default tags that nginx-opentracing sets using `opentracing_tag` directives in my `location` blocks but it doesn't seem to work, is that expected? I'm running:...
I am running nginx 1.17.4 with opentracing 1.5.1, nginx opentracing plugin 0.9.0 and datadog opentracing plugin 1.1.2. I have ssl streams enabled for location path "/" and also have a...
Is it possible to have a version of the image built so that it can be configured using environment variables rather than building a custom image?