We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea76c6d commit 1239fc5Copy full SHA for 1239fc5
instrumentation/opentelemetry-instrumentation-aiohttp-server/pyproject.toml
@@ -42,7 +42,7 @@ test = [
42
]
43
44
[project.entry-points.opentelemetry_instrumentor]
45
-aiohttp-client = "opentelemetry.instrumentation.aiohttp_server:AioHttpServerInstrumentor"
+aiohttp-server = "opentelemetry.instrumentation.aiohttp_server:AioHttpServerInstrumentor"
46
47
[project.urls]
48
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-aiohttp-server"
0 commit comments