###To ingest local data into redis:
This assumes all the tracing data is installed into a local redis instance.
$ tail -f -c +1 <path> | python -u populate_trace_db.py
###To compile Go binary:
$ go get -u
$ go build
###To start services
Start the redis server (default localhost on port 6379)
Start Go server (default 0.0.0.0 on port 3000)
$ ./mesos_traces_vis -p <port> -r <redis ip:port>
Access traces at http://<ip>:<port>
###To use in a containerized environment
$fig up
Content type
Image
Digest
sha256:a34061e90…
Size
173.8 MB
Last updated
almost 11 years ago
docker pull jimenez/mesos-traces-vis