From 336784a0b172a85e4a017c617ac2e180bf7db455 Mon Sep 17 00:00:00 2001 From: Kegsay Date: Wed, 26 Aug 2020 17:00:02 +0100 Subject: [PATCH] Update setup.md --- docs/tracing/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.