You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To build the trace visualization server, use `mvn package`. This creates a runnable jar file under `target/parseq-tracevis-server-jar-with-dependencies.jar`.
12
+
13
+
14
+
Running the Trace Visualization Server
15
+
============================
16
+
17
+
First install [graphviz](http://www.graphviz.org/) e.g. on mac you might run `brew install graphviz`.
18
+
19
+
Find path to a `dot` executable. `dot` is part og graphviz installation e.g. `which dot`.
20
+
21
+
Run server passing path to `dot` e.g. `java -jar parseq-tracevis-server-jar-with-dependencies.jar /usr/bin/dot`.
22
+
23
+
You can otionally specify port number, by default it will run on port 8080.
24
+
25
+
26
+
More Info
27
+
=========
28
+
29
+
For more information, see the [ParSeq trace wiki](https://github.com/linkedin/parseq/wiki/Tracing).
30
+
31
+
32
+
License
33
+
=======
34
+
35
+
This tool is licensed under the terms of the Apache License, Version 2.0.
0 commit comments