xandkar / beam_stats

Collect detailed Erlang VM metrics and send to arbitrary, pluggable backends (StatsD and Graphite backends included).
MIT License
17 stars 7 forks source link

Add a process-provenance-graph consumer #28

Open xandkar opened 2 years ago

xandkar commented 2 years ago

The output can be a stream of edges, like:

host,time,parent,child

which can then be grouped by time to create graph snapshots at given times, which then can even be animated.