Skip to content

Commit c9b18c6

Browse files
oxeye-nikolayowaisocelotl
authored
Updated bootstrap_gen.py for pika instrumentation in the contrib (#2160)
Co-authored-by: Owais Lone <[email protected]> Co-authored-by: Diego Hurtado <[email protected]>
1 parent 9554bbc commit c9b18c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
"library": "mysql-connector-python ~= 8.0",
8181
"instrumentation": "opentelemetry-instrumentation-mysql==0.24b0",
8282
},
83+
"pika": {
84+
"library": "pika >= 1.1.0",
85+
"instrumentation": "opentelemetry-instrumentation-pika==0.24b0",
86+
},
8387
"psycopg2": {
8488
"library": "psycopg2 >= 2.7.3.1",
8589
"instrumentation": "opentelemetry-instrumentation-psycopg2==0.24b0",

0 commit comments

Comments
 (0)