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 ## 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. 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`.