This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Fix machine stats collection #90
Comments
cAdvisor looks promising, e.g.: https://www.brianchristner.io/how-to-setup-docker-monitoring/ |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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).
The text was updated successfully, but these errors were encountered: