You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 optionopentracing_trust_incoming_span
tooff
it also disable the forcing of a trace using thejaeger-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.
The text was updated successfully, but these errors were encountered: