node_exporter/docs
Ben Kochie 5d23ad0ca7
Fix supervisord collector (#978)
* Replace supervisord xmlrpc library
* Use `github.com/mattn/go-xmlrpc` that doesn't leak goroutines.
* Fix uptime metric

* Use Prometheus best practices for uptime metric.
  * Use "start time" rather than "uptime".
  * Don't emit a start time if the process is down.
* Add changelog entry.
* Add example compatibility rules.

Signed-off-by: Ben Kochie <superq@gmail.com>
2018-08-06 16:54:46 +02:00
..
example-16-compatibility-rules-new-to-old.yml Fix sample rules for migration (#1022) 2018-07-27 14:27:44 +02:00
example-16-compatibility-rules.yml Fix sample rules for migration (#1022) 2018-07-27 14:27:44 +02:00
example-17-compatibility-rules-new-to-old.yml Fix supervisord collector (#978) 2018-08-06 16:54:46 +02:00
example-17-compatibility-rules.yml Fix supervisord collector (#978) 2018-08-06 16:54:46 +02:00
TIME.md Add _seconds suffix to node_time. (#823) 2018-02-14 16:59:08 +00:00
V0_16_UPGRADE_GUIDE.md Add example of translating new metrics to old format in case of migration to 1.16 version (#982) 2018-07-02 12:39:32 +02:00