Skip to content

Commit

Permalink
Updated bootstrap_gen.py for pika instrumentation in the contrib (#2160)
Browse files Browse the repository at this point in the history
Co-authored-by: Owais Lone <owais@users.noreply.github.com>
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 5, 2021
1 parent 9554bbc commit c9b18c6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
"library": "mysql-connector-python ~= 8.0",
"instrumentation": "opentelemetry-instrumentation-mysql==0.24b0",
},
"pika": {
"library": "pika >= 1.1.0",
"instrumentation": "opentelemetry-instrumentation-pika==0.24b0",
},
"psycopg2": {
"library": "psycopg2 >= 2.7.3.1",
"instrumentation": "opentelemetry-instrumentation-psycopg2==0.24b0",
Expand Down

0 comments on commit c9b18c6

Please sign in to comment.