Skip to content

Commit 75f2aad

Browse files
committed
Adding updates from tox -e generate
1 parent d5caef0 commit 75f2aad

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

instrumentation/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
| --------------- | ------------------ | --------------- |
44
| [opentelemetry-instrumentation-aio-pika](./opentelemetry-instrumentation-aio-pika) | aio_pika >= 7.2.0, < 10.0.0 | No
55
| [opentelemetry-instrumentation-aiohttp-client](./opentelemetry-instrumentation-aiohttp-client) | aiohttp ~= 3.0 | No
6+
| [opentelemetry-instrumentation-aiohttp-server](./opentelemetry-instrumentation-aiohttp-server) | aiohttp ~= 3.0 | No
67
| [opentelemetry-instrumentation-aiopg](./opentelemetry-instrumentation-aiopg) | aiopg >= 0.13.0, < 2.0.0 | No
78
| [opentelemetry-instrumentation-asgi](./opentelemetry-instrumentation-asgi) | asgiref ~= 3.0 | No
89
| [opentelemetry-instrumentation-asyncpg](./opentelemetry-instrumentation-asyncpg) | asyncpg >= 0.12.0 | No

opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@
2222
},
2323
"aiohttp": {
2424
"library": "aiohttp ~= 3.0",
25-
"instrumentation": [
26-
"opentelemetry-instrumentation-aiohttp-client==0.42b0.dev",
27-
"opentelemetry-instrumentation-aiohttp-server==0.42b0.dev",
28-
],
25+
"instrumentation": "opentelemetry-instrumentation-aiohttp-client==0.42b0.dev",
26+
},
27+
"aiohttp": {
28+
"library": "aiohttp ~= 3.0",
29+
"instrumentation": "opentelemetry-instrumentation-aiohttp-server==0.42b0.dev",
2930
},
3031
"aiopg": {
3132
"library": "aiopg >= 0.13.0, < 2.0.0",

0 commit comments

Comments
 (0)