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 c683026 commit d4f6609Copy full SHA for d4f6609
examples/aiohttp_app.py
@@ -28,7 +28,7 @@ def create_app() -> Application:
28
29
resource = Resource.create(
30
attributes={
31
- "service.name": "fastapi",
+ "service.name": "aiohttp",
32
},
33
)
34
tracer_provider = TracerProvider(resource=resource)
0 commit comments