Or take SNAP for a spin: https://github.com/intelsdi-x/snap/blob/master/docs/PLUGIN_CATALOG.md Can collect metrics from Mesos and output in several TSDBs and you can do transformations on the metrics in flight.
Niklas On Fri, Feb 26, 2016 at 1:05 AM, Aaron Carey <[email protected]> wrote: > 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 [[email protected]] > *Sent:* 26 February 2016 08:04 > *To:* [email protected] > *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? > > > > -- Niklas

