Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.rst

OpenCensus PostgreSQL Integration

pypi

The integration with PostgreSQL supports the psycopg2 library and is specified to trace_integrations using 'postgresql'.

Installation

pip install opencensus-ext-postgresql

Usage

from opencensus.trace import config_integration

config_integration.trace_integrations(['postgresql'])

References