Skip to content

Commit

Permalink
Add b3, jaeger, ottrace propagators to python instrumentation (#684)
Browse files Browse the repository at this point in the history
* Add b3 and jaeger propagators to python instrumentation
  • Loading branch information
anuraaga authored Feb 2, 2022
1 parent 2105dad commit 9575b31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autoinstrumentation/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ opentelemetry-distro==0.26b1
# injected auto-instrumentation, where it has a strict dependency on the OS / Python version the artifact is built for.
opentelemetry-exporter-otlp-proto-http==1.7.1

opentelemetry-propagator-b3==1.7.1
opentelemetry-propagator-jaeger==1.7.1

opentelemetry-instrumentation==0.26b1
opentelemetry-propagator-ot-trace==0.26b1

# Copied in from https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation
# except for aws-lambda
Expand Down

0 comments on commit 9575b31

Please sign in to comment.