diff --git a/pungi/otel.py b/pungi/otel.py index 37512171..ec8e4b97 100644 --- a/pungi/otel.py +++ b/pungi/otel.py @@ -66,6 +66,7 @@ class OtelTracing: try: from opentelemetry.instrumentation.requests import RequestsInstrumentor + RequestsInstrumentor().instrument() except ImportError: pass