File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
opentelemetry-instrumentation/src/opentelemetry/instrumentation Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments