I am using collectd to gather those metrics and I am pretty happy with it.
I use two plugins:
- To gather mesos metrics (System metrics, number of slaves connected... )
https://github.com/rayrod2030/collectd-mesos
- To gather CPU and memory used per mesos tasks:
https://github.com/bobrik/collectd-mesos-tasks
The setup is stable, it never crashed. Regarding the version 0.24 it can
work with few modifications.
On 02/25/16 18:32, Aaron Carey wrote:
Has anyone had a good experience recording mesos metrics into influxdb?
I've found a couple of options, a collectd plugin which doesn't appear
to work with version 0.24.x and a more up to date containerised option
which randomly crashes regularly and doesn't appear to actually post
any stats.
Anyone have any good solutions?