Sign inSign up

jimenez/mesos-traces-vis

By jimenez

Updated almost 11 years ago

Image
0

488

jimenez/mesos-traces-vis repository overview

###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

Tag summary

Content type

Image

Digest

sha256:a34061e90

Size

173.8 MB

Last updated

almost 11 years ago

docker pull jimenez/mesos-traces-vis