How to disable http headers propagation for requests to external system? #5670
-
Hi, I have a scenario where I want to use open telemetry instrumentation for http clients preserving tracing but I have some integration with system which is very strict according to headers it accepts. Therefore
I found couple of issues on GitHub but none gave me an answer even though it doesn't look like a very unique scenario to me. Ideally I'd like to configure it in particular HttpClient configuration defined for HttpClientFactory. I hoped I found an option with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
See related discussion here : #5667 (comment) IIRC, HttpClient does not allow per request propagator, but it'd be a reasonable ask to meet this and other issues from the above. |
Beta Was this translation helpful? Give feedback.
See related discussion here : #5667 (comment)
open-telemetry/opentelemetry-dotnet-contrib#1853
IIRC, HttpClient does not allow per request propagator, but it'd be a reasonable ask to meet this and other issues from the above.