Commit 75f2aad 1 parent d5caef0 commit 75f2aad Copy full SHA for 75f2aad
File tree 2 files changed +6
-4
lines changed
opentelemetry-instrumentation/src/opentelemetry/instrumentation
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3
3
| --------------- | ------------------ | --------------- |
4
4
| [ opentelemetry-instrumentation-aio-pika] ( ./opentelemetry-instrumentation-aio-pika ) | aio_pika >= 7.2.0, < 10.0.0 | No
5
5
| [ 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
6
7
| [ opentelemetry-instrumentation-aiopg] ( ./opentelemetry-instrumentation-aiopg ) | aiopg >= 0.13.0, < 2.0.0 | No
7
8
| [ opentelemetry-instrumentation-asgi] ( ./opentelemetry-instrumentation-asgi ) | asgiref ~ = 3.0 | No
8
9
| [ opentelemetry-instrumentation-asyncpg] ( ./opentelemetry-instrumentation-asyncpg ) | asyncpg >= 0.12.0 | No
Original file line number Diff line number Diff line change 22
22
},
23
23
"aiohttp" : {
24
24
"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" ,
29
30
},
30
31
"aiopg" : {
31
32
"library" : "aiopg >= 0.13.0, < 2.0.0" ,
You can’t perform that action at this time.
0 commit comments