You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mark the `supervisord` as deprecated. This process
supevisor, like `runit`, is of scope for the node_exporter.
Signed-off-by: Ben Kochie <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,6 @@ perf | Exposes perf based metrics (Warning: Metrics are dependent on kernel conf
199
199
processes | Exposes aggregate process statistics from `/proc`. | Linux
200
200
qdisc | Exposes [queuing discipline](https://en.wikipedia.org/wiki/Network_scheduler#Linux_kernel) statistics | Linux
201
201
slabinfo | Exposes slab statistics from `/proc/slabinfo`. Note that permission of `/proc/slabinfo` is usually 0400, so set it appropriately. | Linux
202
-
supervisord | Exposes service status from [supervisord](http://supervisord.org/). | _any_
203
202
sysctl | Expose sysctl values from `/proc/sys`. Use `--collector.sysctl.include(-info)` to configure. | Linux
204
203
systemd | Exposes service and system status from [systemd](http://www.freedesktop.org/wiki/Software/systemd/). | Linux
205
204
tcpstat | Exposes TCP connection status information from `/proc/net/tcp` and `/proc/net/tcp6`. (Warning: the current version has potential performance issues in high load situations.) | Linux
@@ -214,6 +213,7 @@ Name | Description | OS
214
213
---------|-------------|----
215
214
ntp | Exposes local NTP daemon health to check [time](./docs/TIME.md) | _any_
216
215
runit | Exposes service status from [runit](http://smarden.org/runit/). | _any_
216
+
supervisord | Exposes service status from [supervisord](http://supervisord.org/). | _any_
0 commit comments