devcontainers / cli

A reference implementation for the specification that can create and configure a dev container from a devcontainer.json.
https://containers.dev
MIT License
1.47k stars 206 forks source link

OpenTelemetry tracing #861

Open spuliaiev-sfdc opened 1 month ago

spuliaiev-sfdc commented 1 month ago

Hi,

as part of our services we are using devcontainer-cli to start the docker container. We want to get a telemetry for the processes running during the

npx -y @devcontainers/cli@{devcontainer_version} up

As a framework we would like to use @opentelemetry We need this ASAP so would it be acceptable if we implement this and provide it as contribution to this project instead of maintaining our own fork?

spuliaiev-sfdc commented 1 month ago

https://github.com/devcontainers/spec/issues/478

samruddhikhandale commented 1 month ago

Discussing in https://github.com/devcontainers/spec/issues/478 Thanks!