Skip to content

Commit

Permalink
docs: add a note for opentel/jaeger on windows
Browse files Browse the repository at this point in the history
Jaeger doesn't have a Windows docker image yet and
therefore users need to use the EXE instead.
This commit adds a side-note for Windows users.

Signed-off-by: Anthony Nandaa <[email protected]>
  • Loading branch information
profnandaa committed May 30, 2024
1 parent 4cf5e34 commit 53e4d0f
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 53e4d0f

Please sign in to comment.