Skip to content

Commit 26bc31b

Browse files
authored
Merge pull request moby#4959 from profnandaa/doc-jaeger-on-windows
docs: add a note for opentel/jaeger on windows
2 parents 71f730f + 53e4d0f commit 26bc31b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,10 @@ export JAEGER_TRACE=0.0.0.0:6831
800800
# any buildctl command should be traced to http://127.0.0.1:16686/
801801
```
802802

803+
> 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),
804+
> set the environment variable `setx -m JAEGER_TRACE "0.0.0.0:6831"`,
805+
> restart `buildkitd` in a new terminal and the traces will be collected automatically.
806+
803807
## Running BuildKit without root privileges
804808

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

0 commit comments

Comments
 (0)