Skip to content

Commit

Permalink
Adding Context API (#395)
Browse files Browse the repository at this point in the history
This change implements the Context API portion of OTEP #66. The
CorrelationContext API and Propagation API changes will come in future PRs.
We're leveraging entrypoints to support other implementations of the Context
API if/when necessary. For backwards compatibility, this change uses
aiocontextvars for Python versions older than 3.7.

Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
Co-authored-by: Mauricio Vásquez <mauricio@kinvolk.io>
  • Loading branch information
3 people authored Feb 13, 2020
1 parent 35001a0 commit 2b2a512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ commands_pre =
jaeger: pip install {toxinidir}/opentelemetry-sdk
jaeger: pip install {toxinidir}/ext/opentelemetry-ext-jaeger
opentracing-shim: pip install {toxinidir}/opentelemetry-sdk {toxinidir}/ext/opentelemetry-ext-opentracing-shim
zipkin: pip install {toxinidir}/opentelemetry-sdk
zipkin: pip install {toxinidir}/ext/opentelemetry-ext-zipkin

; In order to get a healthy coverage report,
Expand Down

0 comments on commit 2b2a512

Please sign in to comment.