CMD + K

opencensus-context

Community

The OpenCensus Runtime Context.

Installation

To install this package, run one of the following:

Conda
$conda install ad-testing::opencensus-context

Usage Tracking

0.1.3
1 / 8 versions selected
Total downloads: 0

Description

The OpenCensus Runtime Context provides in-process context propagation. By default, thread local storage is used for Python 2.7, 3.4 and 3.5; contextvars is used for Python >= 3.6, which provides asyncio support.