Skip to content

Commit

Permalink
adding excluded_urls
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Oct 4, 2024
1 parent 1156b99 commit 8eeacf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Automat/automat/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ async def __call__(self, scope, receive, send):
trace.set_tracer_provider(provider)

# Enable OpenTelemetry instrumentation
app = OpenTelemetryMiddleware(app)
app = OpenTelemetryMiddleware(app, excluded_urls="hearbeat,favicon.ico")
AioHttpClientInstrumentor().instrument()

0 comments on commit 8eeacf5

Please sign in to comment.