Skip to content
Snippets Groups Projects
Unverified Commit 3bcb6a05 authored by Marcel's avatar Marcel Committed by GitHub
Browse files

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

parent 3a0aa6fe
Branches
Tags
No related merge requests found
Add a sentence to the opentracing docs on how you can have jaeger in a different place than synapse.
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment