Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add b3, jaeger, ottrace propagators to python instrumentation #684

Merged
merged 2 commits into from
Feb 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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