Add automatic instrumentation to Postgres queries
This enables automatic instrumentation of Postgres queries when OpenTelemetry instrumentation is enabled, which will help with debugging performance problems.
This commit is contained in:
parent
4b1012b185
commit
61453d48e6
4 changed files with 9 additions and 0 deletions
|
@ -29,6 +29,7 @@ opentelemetry-api==1.16.0
|
|||
opentelemetry-exporter-otlp-proto-grpc==1.16.0
|
||||
opentelemetry-instrumentation-celery==0.37b0
|
||||
opentelemetry-instrumentation-django==0.37b0
|
||||
opentelemetry-instrumentation-psycopg2==0.37b0
|
||||
opentelemetry-sdk==1.16.0
|
||||
protobuf==3.20.*
|
||||
pyotp==2.8.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue