Skip to content

Commit 7f6b893

Browse files
committed
Add comment on suppress instrumentation key
1 parent f6cfd54 commit 7f6b893

File tree

1 file changed

+3
-0
lines changed
  • opentelemetry-instrumentation/src/opentelemetry/instrumentation

1 file changed

+3
-0
lines changed

opentelemetry-instrumentation/src/opentelemetry/instrumentation/utils.py

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
from opentelemetry.context import create_key
2020
from opentelemetry.trace import StatusCode
2121

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.
2225
_SUPPRESS_INSTRUMENTATION_KEY = create_key("suppress_instrumentation")
2326

2427

0 commit comments

Comments
 (0)