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 c6c00fb commit 672d2dfCopy full SHA for 672d2df
code/function/wrapper/__init__.py
@@ -1,9 +1,10 @@
1
import azure.functions as func
2
from fastapp.main import app
3
-from fastapp.utils import setup_tracer
+from fastapp.utils import setup_opentelemetry, setup_tracer
4
from opentelemetry.context import attach, detach
5
from opentelemetry.trace.propagation.tracecontext import TraceContextTextMapPropagator
6
7
+setup_opentelemetry(app=app)
8
tracer = setup_tracer(__name__)
9
10
0 commit comments