mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
Tracer is an prototype for doing container-centric distributed request tracing without applications modifications.
It its very early. Ask Tom for a demo.
Run tracer:
- make
- ./tracer.sh start
TODO:
need to stich traces together- deal with persistant connections
- make it work for goroutines
- test with jvm based app
- find way to get local ip address for an incoming connection
- make the container/process trace start/stop more reliable