Skip to content

tracing: move to newer env names - #2572

Merged
tonistiigi merged 1 commit into
moby:masterfrom
tonistiigi:tracing-env-update
Jan 20, 2022
Merged

tracing: move to newer env names#2572
tonistiigi merged 1 commit into
moby:masterfrom
tonistiigi:tracing-env-update

Conversation

@tonistiigi

Copy link
Copy Markdown
Member

open-telemetry/opentelemetry-specification#740 has decided to
promote different set of env for CLI propagation.

Switch to use them so we are more consistent with other
tools. Old ones should be removed in a future release.

Signed-off-by: Tonis Tiigi tonistiigi@gmail.com

open-telemetry/opentelemetry-specification#740 has decided to
promote different set of env for CLI propagation.

Switch to use them so we are more consistent with other
tools. Old ones should be removed in a future release.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
@tonistiigi

Copy link
Copy Markdown
Member Author

With equinix-labs/otel-cli#100 and this PR you can do:

FROM ghcr.io/equinix-labs/otel-cli:v0.0.19 as otel-cli

FROM alpine
COPY --from=otel-cli / /bin/
RUN for n in $(seq 1 5); do otel-cli exec --name "run $n" usleep 100000; done

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants