Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.rst

OpenCensus gevent helper

pypi

Installation

pip install opencensus-ext-gevent

Usage

As gevent is to date incompatible with the new context variables the OpenCensus gevent helper configures OpenCensus to use a compatible thread based runtime context implementation.

No action apart from installing the package is needed as it listens to events emitted by gevent once patching via patch_all is complete.

Warning

OpenCensus itself is completely compatible with gevent. Be aware though that not all available OpenCensus integrations are compatible.

You should check this on a case by case basis.

References