Add unix socket support for supervisord collector (#1592)
* Add unix socket support for supervisord collector For example: --collector.supervisord.url=unix:///var/run/supervisor.sock Fixes prometheus/node_exporter#262 Signed-off-by: Paul Cameron <cameronpm@gmail.com>
This commit is contained in:
parent
04ad4b3510
commit
9bb37873a8
2 changed files with 23 additions and 1 deletions
|
|
@ -29,6 +29,7 @@
|
|||
* [ENHANCEMENT] Add check for systemd version before attempting to query certain metrics. #1413
|
||||
* [ENHANCEMENT] Add new counters for flush requests in Linux 5.5 #1548
|
||||
* [ENHANCEMENT] The sockstat collector now exposes IPv6 statistics in addition to the existing IPv4 support. #1552
|
||||
* [ENHANCEMENT] Add unix socket support for supervisord collector #262
|
||||
* [BUGFIX] Renamed label `state` to `name` on `node_systemd_service_restart_total`. #1393
|
||||
* [BUGFIX] Fix netdev nil reference on Darwin #1414
|
||||
* [BUGFIX] Strip path.rootfs from mountpoint labels #1421
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue