Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.rst

OpenCensus threading Integration

pypi

OpenCensus can propagate trace across threads when using the threading package.

You can enable Threading integration by specifying 'threading' to trace_integrations.

Installation

pip install opencensus-ext-threading

Usage

from opencensus.trace import config_integration

config_integration.trace_integrations(['threading'])

References