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 88f424c commit f853a1aCopy full SHA for f853a1a
opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py
@@ -144,6 +144,10 @@
144
"library": "psycopg2 >= 2.7.3.1",
145
"instrumentation": "opentelemetry-instrumentation-psycopg2==0.51b0.dev",
146
},
147
+ {
148
+ "library": "psycopg2-binary >= 2.7.3.1",
149
+ "instrumentation": "opentelemetry-instrumentation-psycopg2==0.51b0.dev",
150
+ },
151
{
152
"library": "pymemcache >= 1.3.5, < 5",
153
"instrumentation": "opentelemetry-instrumentation-pymemcache==0.51b0.dev",
0 commit comments