Thanks Alberto, those are the two projects I was having issues with. I was hoping not to have to fork the first one (to add 0.24 functionality) and the second just keeps timing out and crashing (!)
I'll have a look at telegraph! Thanks all for your help, Aaron ________________________________ From: Alberto del Barrio [alberto.delbarrio.albe...@gmail.com] Sent: 26 February 2016 08:04 To: user@mesos.apache.org Subject: Re: Mesos metrics -> influxdb 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?