Would you be interested in instrumentation via environment variables? #2190
deejgregor
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You probably want to look at #2110. If this open-telemetry/opentelemetry-specification#740 is accepted in spec we will get that PR merged and users can enable that propagator along with others. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve been playing around with distributed tracing for Python command-line tools via a TRACEPARENT environment variable (inspired by https://github.com/equinix-labs/otel-cli), in particular:
I have this basically working and I wanted to check and see if this might be a useful contribution to opentelemetry-python-contrib.
Beta Was this translation helpful? Give feedback.
All reactions