Skip to content

Commit

Permalink
Merge pull request moby#4959 from profnandaa/doc-jaeger-on-windows
Browse files Browse the repository at this point in the history
docs: add a note for opentel/jaeger on windows
  • Loading branch information
tonistiigi authored May 30, 2024
2 parents 71f730f + 53e4d0f commit 26bc31b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,10 @@ export JAEGER_TRACE=0.0.0.0:6831
# any buildctl command should be traced to http://127.0.0.1:16686/
```

> On Windows, if you are running Jaeger outside of a container, [`jaeger-all-in-one.exe`](https://www.jaegertracing.io/docs/1.57/getting-started/#all-in-one),
> set the environment variable `setx -m JAEGER_TRACE "0.0.0.0:6831"`,
> restart `buildkitd` in a new terminal and the traces will be collected automatically.
## Running BuildKit without root privileges

Please refer to [`docs/rootless.md`](docs/rootless.md).
Expand Down

0 comments on commit 26bc31b

Please sign in to comment.