Skip to content

Commit c828292

Browse files
committed
Create Suppress HTTP Instrumentation key in opentelemetry context
1 parent 1dd1855 commit c828292

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opentelemetry-api/src/opentelemetry/context/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,4 @@ def detach(token: object) -> None:
163163
# Once the decision around how to suppress instrumentation is made in the
164164
# spec, this key should be moved accordingly.
165165
_SUPPRESS_INSTRUMENTATION_KEY = create_key("suppress_instrumentation")
166+
_SUPPRESS_HTTP_INSTRUMENTATION_KEY = create_key("suppress_http_instrumentation")

0 commit comments

Comments
 (0)