aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Sluijters <daenney@users.noreply.github.com>2019-04-18 12:52:14 +0100
committerBen Kochie <superq@gmail.com>2019-04-18 13:52:14 +0200
commit5b4140e0bd3b56bc4b0be19908ab600d49c6c639 (patch)
treee4dddb84fd1068f1d01c45b68ca3fd6a496d7732
parentcc2fd82008d51b0f40abe69f8993011a533de2f3 (diff)
downloadprometheus_node_collector-5b4140e0bd3b56bc4b0be19908ab600d49c6c639.tar.bz2
prometheus_node_collector-5b4140e0bd3b56bc4b0be19908ab600d49c6c639.tar.xz
prometheus_node_collector-5b4140e0bd3b56bc4b0be19908ab600d49c6c639.zip
README: Move pressure to enabled table (#1325)
Follow-up from #1261. Signed-off-by: Daniele Sluijters <daenney@users.noreply.github.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4d97efc..521c818 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,7 @@ netdev | Exposes network interface statistics such as bytes transferred. | Darwi
50netstat | Exposes network statistics from `/proc/net/netstat`. This is the same information as `netstat -s`. | Linux 50netstat | Exposes network statistics from `/proc/net/netstat`. This is the same information as `netstat -s`. | Linux
51nfs | Exposes NFS client statistics from `/proc/net/rpc/nfs`. This is the same information as `nfsstat -c`. | Linux 51nfs | Exposes NFS client statistics from `/proc/net/rpc/nfs`. This is the same information as `nfsstat -c`. | Linux
52nfsd | Exposes NFS kernel server statistics from `/proc/net/rpc/nfsd`. This is the same information as `nfsstat -s`. | Linux 52nfsd | Exposes NFS kernel server statistics from `/proc/net/rpc/nfsd`. This is the same information as `nfsstat -s`. | Linux
53pressure | Exposes pressure stall statistics from `/proc/pressure/`. | Linux (kernel 4.20+ and/or [CONFIG\_PSI](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/accounting/psi.txt))
53sockstat | Exposes various statistics from `/proc/net/sockstat`. | Linux 54sockstat | Exposes various statistics from `/proc/net/sockstat`. | Linux
54stat | Exposes various statistics from `/proc/stat`. This includes boot time, forks and interrupts. | Linux 55stat | Exposes various statistics from `/proc/stat`. This includes boot time, forks and interrupts. | Linux
55textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_ 56textfile | Exposes statistics read from local disk. The `--collector.textfile.directory` flag must be set. | _any_
@@ -73,7 +74,6 @@ logind | Exposes session counts from [logind](http://www.freedesktop.org/wiki/So
73meminfo\_numa | Exposes memory statistics from `/proc/meminfo_numa`. | Linux 74meminfo\_numa | Exposes memory statistics from `/proc/meminfo_numa`. | Linux
74mountstats | Exposes filesystem statistics from `/proc/self/mountstats`. Exposes detailed NFS client statistics. | Linux 75mountstats | Exposes filesystem statistics from `/proc/self/mountstats`. Exposes detailed NFS client statistics. | Linux
75ntp | Exposes local NTP daemon health to check [time](./docs/TIME.md) | _any_ 76ntp | Exposes local NTP daemon health to check [time](./docs/TIME.md) | _any_
76pressure | Exposes pressure stall statistics from `/proc/pressure/`. | Linux (kernel 4.20+ and/or [CONFIG\_PSI](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/accounting/psi.txt))
77processes | Exposes aggregate process statistics from `/proc`. | Linux 77processes | Exposes aggregate process statistics from `/proc`. | Linux
78qdisc | Exposes [queuing discipline](https://en.wikipedia.org/wiki/Network_scheduler#Linux_kernel) statistics | Linux 78qdisc | Exposes [queuing discipline](https://en.wikipedia.org/wiki/Network_scheduler#Linux_kernel) statistics | Linux
79runit | Exposes service status from [runit](http://smarden.org/runit/). | _any_ 79runit | Exposes service status from [runit](http://smarden.org/runit/). | _any_