Skip to content

Commit d812896

Browse files
added exclude urls
1 parent b6c3775 commit d812896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content-gen/src/backend/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
app.asgi_app = OpenTelemetryMiddleware(
6767
app.asgi_app,
6868
exclude_spans=["receive", "send"],
69-
excluded_urls="health,api/generate/status",
69+
excluded_urls="health,api/admin,api/generate/status",
7070
)
7171
logger.info("Application Insights configured with the provided connection string")
7272
else:

0 commit comments

Comments
 (0)