aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2022-08-10 15:14:11 +0200
committerGitHub <noreply@github.com>2022-08-10 15:14:11 +0200
commit8c7402d13118c1e94994d7e8391710fc7ad1a9bb (patch)
tree1a87b2f64110383ce25b33052f2774b8150541e6
parentb3a241b6da97bf8c032b9d506e9994484a1d114c (diff)
parentf7c6f097c35825e32f76291d9f3ef159aa0ba8d7 (diff)
Merge pull request #23623 from Ethnas/master
Updated readme to reflect changes made 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)