We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9554bbc commit c9b18c6Copy full SHA for c9b18c6
opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py
@@ -80,6 +80,10 @@
80
"library": "mysql-connector-python ~= 8.0",
81
"instrumentation": "opentelemetry-instrumentation-mysql==0.24b0",
82
},
83
+ "pika": {
84
+ "library": "pika >= 1.1.0",
85
+ "instrumentation": "opentelemetry-instrumentation-pika==0.24b0",
86
+ },
87
"psycopg2": {
88
"library": "psycopg2 >= 2.7.3.1",
89
"instrumentation": "opentelemetry-instrumentation-psycopg2==0.24b0",
0 commit comments