The OpenCensus Runtime Context.
copied from cf-staging / opencensus-contextThe 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.