diff --git a/docs/tracing/setup.md b/docs/tracing/setup.md index 5eb1fe9fd..2cab4d1ef 100644 --- a/docs/tracing/setup.md +++ b/docs/tracing/setup.md @@ -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. @@ -46,4 +46,4 @@ $ ./dendrite-monolith-server --tls-cert server.crt --tls-key server.key --config ### Checking traces -Visit http://localhost:16686 to see traces under `DendriteMonolith`. \ No newline at end of file +Visit http://localhost:16686 to see traces under `DendriteMonolith`.