Skip to content

Commit dc706a9

Browse files
authored
Merge pull request moby#3991 from jedevc/update-readme-opentelemetry
2 parents 66a4b94 + 06cf535 commit dc706a9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Join `#buildkit` channel on [Docker Community Slack](https://dockr.ly/comm-slack
7676
- [Nerdctl](#nerdctl)
7777
- [Kubernetes](#kubernetes)
7878
- [Daemonless](#daemonless)
79-
- [Opentracing support](#opentracing-support)
79+
- [OpenTelemetry support](#opentelemetry-support)
8080
- [Running BuildKit without root privileges](#running-buildkit-without-root-privileges)
8181
- [Building multi-platform images](#building-multi-platform-images)
8282
- [Configuring `buildctl`](#configuring-buildctl)
@@ -756,9 +756,12 @@ docker run \
756756
--local dockerfile=/tmp/work
757757
```
758758

759-
## Opentracing support
759+
## OpenTelemetry support
760760

761-
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.
762765

763766
```bash
764767
docker run -d -p6831:6831/udp -p16686:16686 jaegertracing/all-in-one:latest

0 commit comments

Comments
 (0)