Skip to content

Commit bd2d59c

Browse files
committed
fix: edit app_name
1 parent d4f6609 commit bd2d59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/aiohttp_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def create_app() -> Application:
3535
trace.set_tracer_provider(tracer_provider)
3636

3737
trace_config = TracingConfig(tracer_provider=tracer_provider)
38-
metrics_config = MetricsConfig(app_name="fastapi", include_trace_exemplar=True)
38+
metrics_config = MetricsConfig(app_name="aiohttp", include_trace_exemplar=True)
3939

4040
setup_metrics(app=app, config=metrics_config)
4141
setup_tracing(app=app, config=trace_config)

0 commit comments

Comments
 (0)