Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Mention how to redirect the Jaeger traces to a specific Jaeger instance #16531

Merged
merged 4 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/16531.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a sentence to the opentracing docs on how you can have jaeger in a different place than synapse.
3 changes: 3 additions & 0 deletions docs/opentracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ docker run -d --name jaeger \
jaegertracing/all-in-one:1
```

Additionally to point synapse to a specific IP you can use the
`JAEGER_AGENT_HOST` environment variable.

MTRNord marked this conversation as resolved.
Show resolved Hide resolved
Latest documentation is probably at
https://www.jaegertracing.io/docs/latest/getting-started.

Expand Down
Loading