Skip to content

Commit 06ee735

Browse files
committed
Update logging
1 parent e1034e7 commit 06ee735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/function/fastapp/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def setup_opentelemetry(app: FastAPI):
128128
# Create instrumenter
129129
FastAPIInstrumentor.instrument_app(
130130
app,
131-
excluded_urls=f".*.in.applicationinsights.azure.com/.*,{settings.API_V1_STR}/health/heartbeat",
131+
excluded_urls=f".*.in.applicationinsights.azure.com/.*",
132132
tracer_provider=tracer_provider,
133133
meter_provider=meter_provider,
134134
)

0 commit comments

Comments
 (0)