From cc847f2f44172881d79f40a99f1ad6d90f3e528e Mon Sep 17 00:00:00 2001 From: Paul Gier Date: Tue, 19 Feb 2019 10:22:54 -0600 Subject: 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 --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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 boottime | Exposes system boot time derived from the `kern.boottime` sysctl. | Darwin, Dragonfly, FreeBSD, NetBSD, OpenBSD, Solaris conntrack | Shows conntrack statistics (does nothing if no `/proc/sys/net/netfilter/` present). | Linux cpu | Exposes CPU statistics | Darwin, Dragonfly, FreeBSD, Linux, Solaris +cpufreq | Exposes CPU frequency statistics | Linux, Solaris diskstats | Exposes disk I/O statistics. | Darwin, Linux, OpenBSD edac | Exposes error detection and correction statistics. | Linux entropy | Exposes available entropy. | Linux -- cgit v1.2.3