Skip to content

Latest commit

 

History

History

opencensus-ext-pymongo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OpenCensus pymongo Integration

pypi

The integration with MongoDB supports the pymongo library and is specified to trace_integrations using 'pymongo'.

Installation

pip install opencensus-ext-pymongo

Usage

from opencensus.trace import config_integration

config_integration.trace_integrations(['pymongo'])

References