loads / loads-broker

Manages Loads agents
https://loads-broker.readthedocs.org/
Apache License 2.0
11 stars 3 forks source link

Fix machine stats collection #90

Open pjenvey opened 7 years ago

pjenvey commented 7 years ago

With the new Heka+InfluxDB line protocol, the machine stats (from /proc) are no longer captured. We either need to fix heka or investigate something else to collect these (e.g. collectd).

pjenvey commented 7 years ago

cAdvisor looks promising, e.g.:

https://www.brianchristner.io/how-to-setup-docker-monitoring/

pjenvey commented 7 years ago

influx's own telegraf looks even more promising. Supposedly it uses less cpu/mem than cAdvisor.

It appears to not only support capturing of machine stats but can also collect statsd input -- potentially replacing our heka setup entirely.