We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cfd54 commit 7f6b893Copy full SHA for 7f6b893
opentelemetry-instrumentation/src/opentelemetry/instrumentation/utils.py
@@ -19,6 +19,9 @@
19
from opentelemetry.context import create_key
20
from opentelemetry.trace import StatusCode
21
22
+# This is a temporary location for the suppress instrumentation key.
23
+# Once the decision around how to suppress instrumentation is made in the
24
+# spec, this key should be moved accordingly.
25
_SUPPRESS_INSTRUMENTATION_KEY = create_key("suppress_instrumentation")
26
27
0 commit comments