Installation
🐍 Don’t forget to install the AppSignal for Python package in your application first.
Using aiopg
When using the aiopg PostgreSQL adapter package, install the opentelemetry-instrumentation-aiopg package. To add it to your project, add the following line to your requirements.txt file:
Using asyncpg
When using the asyncpg PostgreSQL adapter package, install the opentelemetry-instrumentation-asyncpg package. To add it to your project, add the following line to your requirements.txt file:
Using psycopg2
When using the psycopg2 PostgreSQL adapter package, install the opentelemetry-instrumentation-psycopg2 package. To add it to your project, add the following line to your requirements.txt file:
Using psycopg
When using the psycopg (version 3) PostgreSQL adapter package, install the opentelemetry-instrumentation-psycopg package. To add it to your project, add the following line to your requirements.txt file: