Skip to content

Commit

Permalink
docs: mention otel-desktop-viewer as alternative to jaeger
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Dec 10, 2024
1 parent dba0bc7 commit c2bae4b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ A set of rust crates to help working with tracing + opentelemetry

## For local dev / demo

To collect and visualize trace on local, one of the simplest solution:
To collect and visualize trace on local, some ofthe simplest solutions:

### Otel Desktop Viewer

[CtrlSpice/otel-desktop-viewer: desktop-collector](https://github.com/CtrlSpice/otel-desktop-viewer)

### Jaeger all-in-one

```sh
# launch Jaeger with OpenTelemetry, Jaeger, Zipking,... mode.
Expand Down

0 comments on commit c2bae4b

Please sign in to comment.