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 d4f6609 commit bd2d59cCopy full SHA for bd2d59c
examples/aiohttp_app.py
@@ -35,7 +35,7 @@ def create_app() -> Application:
35
trace.set_tracer_provider(tracer_provider)
36
37
trace_config = TracingConfig(tracer_provider=tracer_provider)
38
- metrics_config = MetricsConfig(app_name="fastapi", include_trace_exemplar=True)
+ metrics_config = MetricsConfig(app_name="aiohttp", include_trace_exemplar=True)
39
40
setup_metrics(app=app, config=metrics_config)
41
setup_tracing(app=app, config=trace_config)
0 commit comments