nginx-opentracing icon indicating copy to clipboard operation
nginx-opentracing copied to clipboard

Missing trace-context headers

Open obonyojimmy opened this issue 4 years ago • 1 comments

We are missing traceparent and tracestate headers as defined by tracing specs https://www.w3.org/TR/trace-context/ . The opentracing_context_name variable should be renamed to traceparent

obonyojimmy avatar Apr 27 '20 17:04 obonyojimmy

Here is an example how you can compile Nginx opentracing with new Opentracing and Jaeger to support w3c format: https://github.com/opentracing-contrib/nginx-opentracing/pull/147/files

miry avatar Dec 16 '20 10:12 miry