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 e1034e7 commit 06ee735Copy full SHA for 06ee735
code/function/fastapp/utils.py
@@ -128,7 +128,7 @@ def setup_opentelemetry(app: FastAPI):
128
# Create instrumenter
129
FastAPIInstrumentor.instrument_app(
130
app,
131
- excluded_urls=f".*.in.applicationinsights.azure.com/.*,{settings.API_V1_STR}/health/heartbeat",
+ excluded_urls=f".*.in.applicationinsights.azure.com/.*",
132
tracer_provider=tracer_provider,
133
meter_provider=meter_provider,
134
)
0 commit comments