Skip to content

Latest commit

 

History

History

opencensus-ext-mysql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OpenCensus MySQL Integration

pypi

The integration with MySQL supports the mysql-connector library and is specified to trace_integrations using 'mysql'.

Installation

pip install opencensus-ext-mysql

Usage

from opencensus.trace import config_integration

config_integration.trace_integrations(['mysql'])

References