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 d77af77 commit 867eaabCopy full SHA for 867eaab
template_fastapi/app.py
@@ -30,6 +30,7 @@ def server_request_hook(span: Span, scope: dict):
30
31
configure_azure_monitor(
32
connection_string=AZURE_CONNECTION_STRING,
33
+ server_request_hook=server_request_hook,
34
)
35
FastAPIInstrumentor.instrument_app(app)
36
0 commit comments