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
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
The text was updated successfully, but these errors were encountered:
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
thanks
Example
No response
The text was updated successfully, but these errors were encountered: