aboutsummaryrefslogtreecommitdiff
path: root/end-to-end-test.sh
diff options
context:
space:
mode:
authorAleksei Zakharov <zakharov.a.g@yandex.ru>2020-08-10 17:50:58 +0300
committerGitHub <noreply@github.com>2020-08-10 16:50:58 +0200
commit3b035c8fa1f75c4c00e57acc14fb71dfd62e31ee (patch)
tree4ea44b6c47da6f5ab406f7f70c2652490e4f07ee /end-to-end-test.sh
parent503e4fc8486c0082d6bd8c53fad646bcfafeedf6 (diff)
downloadprometheus_node_collector-master.tar.bz2
prometheus_node_collector-master.tar.xz
prometheus_node_collector-master.zip
bcache: add priorityStats flag (#1621)HEADmaster
* bcache: add priorityStats flag Fixes #1593 Signed-off-by: Aleksei Zakharov <zaharov@selectel.ru>
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 955ab1d..2406061 100755
--- a/end-to-end-test.sh
+++ b/end-to-end-test.sh
@@ -106,6 +106,7 @@ fi
106 --collector.wifi.fixtures="collector/fixtures/wifi" \ 106 --collector.wifi.fixtures="collector/fixtures/wifi" \
107 --collector.qdisc.fixtures="collector/fixtures/qdisc/" \ 107 --collector.qdisc.fixtures="collector/fixtures/qdisc/" \
108 --collector.netclass.ignored-devices="(bond0|dmz|int)" \ 108 --collector.netclass.ignored-devices="(bond0|dmz|int)" \
109 --collector.bcache.priorityStats \
109 --collector.cpu.info \ 110 --collector.cpu.info \
110 --collector.cpu.info.flags-include="^(aes|avx.?|constant_tsc)$" \ 111 --collector.cpu.info.flags-include="^(aes|avx.?|constant_tsc)$" \
111 --collector.cpu.info.bugs-include="^(cpu_meltdown|spectre_.*|mds)$" \ 112 --collector.cpu.info.bugs-include="^(cpu_meltdown|spectre_.*|mds)$" \