aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlend <erlendniko@hotmail.com>2022-08-10 15:11:07 +0200
committerErlend <erlendniko@hotmail.com>2022-08-10 15:11:07 +0200
commit5eab0ae3e9553f42b911029a4145022e72e54718 (patch)
tree1a87b2f64110383ce25b33052f2774b8150541e6
parentbbd623a0feea3e7d212018081a29dfca040c4f03 (diff)
Updated readme to reflect changes to trace visualizer
-rw-r--r--client/js/app/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/js/app/README.md b/client/js/app/README.md
index c47fc95acb1..99271629edf 100644
--- a/client/js/app/README.md
+++ b/client/js/app/README.md
@@ -24,13 +24,15 @@ To use the visualizer, a [Jaeger](https://www.jaegertracing.io/) instance must b
-e SPAN_STORAGE_TYPE=memory \
jaegertracing/jaeger-query:latest
+The Jaeger UI can then be reached at **localhost:16686/search**
+
To use the visualizer you paste the Vespa trace into the text box and press the button to convert the trace
to a format supported by Jaeger and download it.
Only Vespa traces using _trace.timestampa=true_ **and** _traceLevel_ between 3 and 5 (inclusive) will work correctly.
![Trace Converter](img/TraceConverter.png)
-When downloading the trace a new tab with Jeager will open up.
+After downloading the converted trace is can be used with the Jaeger UI.
Press the _JSON File_ button as shown in the image, and drag and drop the trace you just downloaded.
![Jager Image](img/JaegerExample.png)