mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-23 06:43:09 -06:00
Update setup.md
This commit is contained in:
parent
fc5279ac22
commit
336784a0b1
|
|
@ -1,6 +1,6 @@
|
||||||
## OpenTracing Setup
|
## OpenTracing Setup
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Dendrite uses [Jaeger](https://www.jaegertracing.io/) for tracing between microservices.
|
Dendrite uses [Jaeger](https://www.jaegertracing.io/) for tracing between microservices.
|
||||||
Tracing shows the nesting of logical spans which provides visibility on how the microservices interact.
|
Tracing shows the nesting of logical spans which provides visibility on how the microservices interact.
|
||||||
|
|
@ -46,4 +46,4 @@ $ ./dendrite-monolith-server --tls-cert server.crt --tls-key server.key --config
|
||||||
|
|
||||||
### Checking traces
|
### Checking traces
|
||||||
|
|
||||||
Visit http://localhost:16686 to see traces under `DendriteMonolith`.
|
Visit http://localhost:16686 to see traces under `DendriteMonolith`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue