You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BuildKit supports opentracing for buildkitd gRPC API and buildctl commands. To capture the trace to [Jaeger](https://github.com/jaegertracing/jaeger), set `JAEGER_TRACE` environment variable to the collection address.
761
+
BuildKit supports [OpenTelemetry](https://opentelemetry.io/) for buildkitd gRPC
762
+
API and buildctl commands. To capture the trace to
763
+
[Jaeger](https://github.com/jaegertracing/jaeger), set `JAEGER_TRACE`
764
+
environment variable to the collection address.
762
765
763
766
```bash
764
767
docker run -d -p6831:6831/udp -p16686:16686 jaegertracing/all-in-one:latest
0 commit comments