Skip to content

Commit

Permalink
Add comment on suppress instrumentation key
Browse files Browse the repository at this point in the history
  • Loading branch information
euniceek committed Jun 3, 2021
1 parent f6cfd54 commit 7f6b893
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
from opentelemetry.context import create_key
from opentelemetry.trace import StatusCode

# This is a temporary location for the suppress instrumentation key.
# Once the decision around how to suppress instrumentation is made in the
# spec, this key should be moved accordingly.
_SUPPRESS_INSTRUMENTATION_KEY = create_key("suppress_instrumentation")


Expand Down

0 comments on commit 7f6b893

Please sign in to comment.