opentracing-contrib/nginx-opentracing

When opentracing_trust_incoming_span is set to off also `jaeger-debug-id` gets disabled

primeroz opened this issue · 0 comments

I want to disable client http request that are setting the Uber-trace-id to trigger tracing inside my apps, but when i set the option opentracing_trust_incoming_span to off it also disable the forcing of a trace using the jaeger-debug-id header.

is this by design ?

To me it feels like they should either be 2 different flags in the config or it should not happen.