Skip to content

Commit

Permalink
Update docs to reference host-support for jaeger-query
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Jan 5, 2024
1 parent 8000ce5 commit 9d103c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@ To try this out:

You should now see that the /tmp/trace file is created.

Then we have an experimental tool to serve the trace file to jaeger:
Then we have an experimental tool to serve the trace file to jaeger. First ensure `jaeger-query` is in your PATH, available [here](https://www.jaegertracing.io/download/#binaries)

```
cd tools/otel/traceserver
go run . --src /tmp/trace --run jaeger
```

Alternatively you can use the jaeger docker image with:

```
go run . --src /tmp/trace --run docker-jaeger
```

Not everything is instrumented yet, and not all the traces are fully joined up (we need to thread more contexts through more methods),
but you should be able to start to explore the operations that we run and their performance.

0 comments on commit 9d103c5

Please sign in to comment.