Procházet zdrojové kódy

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

tags/v1.96.0rc1
Marcel před 6 měsíci
committed by GitHub
rodič
revize
3bcb6a059f
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
2 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. +1
    -0
      changelog.d/16531.doc
  2. +5
    -0
      docs/opentracing.md

+ 1
- 0
changelog.d/16531.doc Zobrazit soubor

@@ -0,0 +1 @@
Add a sentence to the opentracing docs on how you can have jaeger in a different place than synapse.

+ 5
- 0
docs/opentracing.md Zobrazit soubor

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



Načítá se…
Zrušit
Uložit