aboutsummaryrefslogtreecommitdiff
path: root/end-to-end-test.sh
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 /end-to-end-test.sh
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 'end-to-end-test.sh')
-rwxr-xr-xend-to-end-test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/end-to-end-test.sh b/end-to-end-test.sh
index 43f8fbf..ea24cf5 100755
--- a/end-to-end-test.sh
+++ b/end-to-end-test.sh
@@ -8,6 +8,7 @@ enabled_collectors=$(cat << COLLECTORS
8 buddyinfo 8 buddyinfo
9 conntrack 9 conntrack
10 cpu 10 cpu
11 cpufreq
11 diskstats 12 diskstats
12 drbd 13 drbd
13 edac 14 edac