Closed
Description
Description
Hello,
by default, http_client service enable tracer wrapper when data_collector.http_client exist.
So it's impossible to disable the tracing mode without changing the definition of the injected service.
I think having a configuration that allow to disable the tracing or even enable it with kernel.debug would be nice.
This can solve issue like #45974 when a worker runs, you don't always need tracing.
So for me this can be achieve in several ways
- configuration to disable data_collector
- configuration to disable tracing directly
- ....
thanks
Example
No response