Skip to content

Commit 51b8072

Browse files
committed
feat(deps)!: update opentelemetry stack to 0.31 and tonic to 0.14 (#266)
a +/- empty/dummy commit to force bump version and changelog update
1 parent 39cbc33 commit 51b8072

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)