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

This commit is contained in:
Marcel
2023-10-23 13:55:36 +02:00
committed by GitHub
parent 3a0aa6fe76
commit 3bcb6a059f
2 changed files with 6 additions and 0 deletions

View File

@@ -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.