Skip to content

Commit dbb8d56

Browse files
author
jodzga
committed
Added README.md to parseq-tracevis-server.
1 parent f960717 commit dbb8d56

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
ParSeq Trace Visualization Server
2+
==========================
3+
4+
This project includes a trace visualization server for
5+
[https://github.com/linkedin/parseq](ParSeq) traces.
6+
7+
8+
Building
9+
========
10+
11+
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

Comments
 (0)