mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Sort collectors in end-to-end-test.sh
Signed-off-by: Johannes Ziemke <github@5pi.de>
This commit is contained in:
parent
f4e85bef0e
commit
545d70ceb0
|
@ -5,10 +5,11 @@ set -euf -o pipefail
|
||||||
enabled_collectors=$(cat << COLLECTORS
|
enabled_collectors=$(cat << COLLECTORS
|
||||||
arp
|
arp
|
||||||
bcache
|
bcache
|
||||||
|
bonding
|
||||||
btrfs
|
btrfs
|
||||||
buddyinfo
|
buddyinfo
|
||||||
conntrack
|
|
||||||
cgroups
|
cgroups
|
||||||
|
conntrack
|
||||||
cpu
|
cpu
|
||||||
cpufreq
|
cpufreq
|
||||||
diskstats
|
diskstats
|
||||||
|
@ -34,6 +35,7 @@ enabled_collectors=$(cat << COLLECTORS
|
||||||
nfs
|
nfs
|
||||||
nfsd
|
nfsd
|
||||||
pressure
|
pressure
|
||||||
|
processes
|
||||||
qdisc
|
qdisc
|
||||||
rapl
|
rapl
|
||||||
schedstat
|
schedstat
|
||||||
|
@ -41,15 +43,13 @@ enabled_collectors=$(cat << COLLECTORS
|
||||||
slabinfo
|
slabinfo
|
||||||
sockstat
|
sockstat
|
||||||
stat
|
stat
|
||||||
thermal_zone
|
|
||||||
textfile
|
textfile
|
||||||
bonding
|
thermal_zone
|
||||||
udp_queues
|
udp_queues
|
||||||
vmstat
|
vmstat
|
||||||
wifi
|
wifi
|
||||||
xfs
|
xfs
|
||||||
zfs
|
zfs
|
||||||
processes
|
|
||||||
zoneinfo
|
zoneinfo
|
||||||
COLLECTORS
|
COLLECTORS
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue