We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd925e7 commit 9378dfdCopy full SHA for 9378dfd
instrumentation/opentelemetry-instrumentation-httpx/src/opentelemetry/instrumentation/httpx/__init__.py
@@ -402,6 +402,8 @@ class SyncOpenTelemetryTransport(httpx.BaseTransport):
402
that is called right before the span ends
403
"""
404
405
+ _is_instrumented_by_opentelemetry = True
406
+
407
def __init__(
408
self,
409
transport: httpx.BaseTransport,
@@ -527,6 +529,8 @@ class AsyncOpenTelemetryTransport(httpx.AsyncBaseTransport):
527
529
528
530
531
532
533
534
535
536
transport: httpx.AsyncBaseTransport,
0 commit comments