Allow overriding propagation of tracing headers #8786
Labels
enhancement
New feature or request
needs author feedback
Waiting for additional feedback from the author
stale
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
Azure API Management without Diagnostic Logs enabled injects
traceparent
headers with thesampling
flag set to 0.This causes the agent to not emit traces on instrumented services, and there's no easy way to override this behaviour from APIM without enabliing Diagnostic Logs.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I would like a configuration option to allow the agent to ignore incoming tracing headers, like this option on the Elastic APM.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
An alternative would be to use
AlwaysOn
sampler, but I'd rather have something more fine-grained if possible :)Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: