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

Commit

Permalink
Mention how to redirect the Jaeger traces to a specific Jaeger instan…
Browse files Browse the repository at this point in the history
…ce (#16531)
  • Loading branch information
MTRNord authored Oct 23, 2023
1 parent 3a0aa6f commit 3bcb6a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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.
5 changes: 5 additions & 0 deletions docs/opentracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ docker run -d --name jaeger \
jaegertracing/all-in-one:1
```

By default, Synapse will publish traces to Jaeger on localhost.
If Jaeger is hosted elsewhere, point Synapse to the correct host by setting
`opentracing.jaeger_config.local_agent.reporting_host` [in the Synapse configuration](usage/configuration/config_documentation.md#opentracing-1)
or by setting the `JAEGER_AGENT_HOST` environment variable to the desired address.

Latest documentation is probably at
https://www.jaegertracing.io/docs/latest/getting-started.

Expand Down

0 comments on commit 3bcb6a0

Please sign in to comment.