aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Gier <pgier@redhat.com>2019-02-19 10:22:54 -0600
committerBen Kochie <superq@gmail.com>2019-02-19 17:22:54 +0100
commitcc847f2f44172881d79f40a99f1ad6d90f3e528e (patch)
treeec1f9268616f7bd7176924f15c08feb5827f7e96 /README.md
parentf028b816152f6d5650ca2cd707e45cda7333fdc1 (diff)
downloadprometheus_node_collector-cc847f2f44172881d79f40a99f1ad6d90f3e528e.tar.bz2
prometheus_node_collector-cc847f2f44172881d79f40a99f1ad6d90f3e528e.tar.xz
prometheus_node_collector-cc847f2f44172881d79f40a99f1ad6d90f3e528e.zip
collector/cpu: split cpu freq metrics into separate collector (#1253)
The cpu frequency information is not always needed and/or available. This change allows the cpu frequency metrics to be enabled/disabled separately from the other cpu metrics, and also prevents a frequency metric failure (such as a parse error) from failing the main cpu collector. Fixes #1241 Signed-off-by: Paul Gier <pgier@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3196ab3..8fbb8f1 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ bonding | Exposes the number of configured and active slaves of Linux bonding in
32boottime | Exposes system boot time derived from the `kern.boottime` sysctl. | Darwin, Dragonfly, FreeBSD, NetBSD, OpenBSD, Solaris 32boottime | Exposes system boot time derived from the `kern.boottime` sysctl. | Darwin, Dragonfly, FreeBSD, NetBSD, OpenBSD, Solaris
33conntrack | Shows conntrack statistics (does nothing if no `/proc/sys/net/netfilter/` present). | Linux 33conntrack | Shows conntrack statistics (does nothing if no `/proc/sys/net/netfilter/` present). | Linux
34cpu | Exposes CPU statistics | Darwin, Dragonfly, FreeBSD, Linux, Solaris 34cpu | Exposes CPU statistics | Darwin, Dragonfly, FreeBSD, Linux, Solaris
35cpufreq | Exposes CPU frequency statistics | Linux, Solaris
35diskstats | Exposes disk I/O statistics. | Darwin, Linux, OpenBSD 36diskstats | Exposes disk I/O statistics. | Darwin, Linux, OpenBSD
36edac | Exposes error detection and correction statistics. | Linux 37edac | Exposes error detection and correction statistics. | Linux
37entropy | Exposes available entropy. | Linux 38entropy | Exposes available entropy. | Linux