Update setup.md

This commit is contained in:
Kegsay 2020-08-26 17:00:02 +01:00 committed by GitHub
parent fc5279ac22
commit 336784a0b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
## OpenTracing Setup
![Trace when sending an event into a room](docs/tracing/jaeger.png)
![Trace when sending an event into a room](/docs/tracing/jaeger.png)
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.