File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,23 @@ To collect and visualize trace on local, some ofthe simplest solutions:
1414
1515[ CtrlSpice/otel-desktop-viewer: desktop-collector] ( https://github.com/CtrlSpice/otel-desktop-viewer )
1616
17+ ``` sh
18+ # also available via `brew install --cask ctrlspice/tap/otel-desktop-viewer`
19+ # For AMD64 (most common)
20+ # docker/nerdctl/podman or any container runner
21+ docker run -p 8000:8000 -p 4317:4317 -p 4318:4318 ghcr.io/ctrlspice/otel-desktop-viewer:latest-amd64
22+
23+ open http://localhost:8000
24+ ```
25+
1726### Jaeger all-in-one
1827
1928``` sh
2029# launch Jaeger with OpenTelemetry, Jaeger, Zipking,... mode.
2130# see https://www.jaegertracing.io/docs/1.49/getting-started/#all-in-one
2231
23- # nerdctl or docker or any container runner
24- nerdctl run --rm --name jaeger \
32+ # docker/nerdctl/podman or any container runner
33+ docker run --rm --name jaeger \
2534 -e COLLECTOR_ZIPKIN_HOST_PORT:9411 \
2635 -e COLLECTOR_OTLP_ENABLED:true \
2736 -p 6831:6831/udp \
You can’t perform that action at this time.
0 commit comments