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
We can disable the whole OTel using an environment variable OTEL_SDK_DISABLED=true. But is there an easy built-in solution to disable selected instrumentations using environment variables or another configuration source? For example, I have the following setup:
The docs say automatic instrumentation is in the early stages of development. I'd prefer to avoid using it in production before a stable version is released.
We can disable the whole OTel using an environment variable
OTEL_SDK_DISABLED=true
. But is there an easy built-in solution to disable selected instrumentations using environment variables or another configuration source? For example, I have the following setup:And I want to be able to disable the Elasticsearch and EF Core instrumentations.
The text was updated successfully, but these errors were encountered: