Skip to content

Commit 1239fc5

Browse files
committed
Fixes the resource name in pyproject.
1 parent ea76c6d commit 1239fc5

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-aiohttp-server

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-aiohttp-server/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test = [
4242
]
4343

4444
[project.entry-points.opentelemetry_instrumentor]
45-
aiohttp-client = "opentelemetry.instrumentation.aiohttp_server:AioHttpServerInstrumentor"
45+
aiohttp-server = "opentelemetry.instrumentation.aiohttp_server:AioHttpServerInstrumentor"
4646

4747
[project.urls]
4848
Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-aiohttp-server"

0 commit comments

Comments
 (0)