add node_cpu_info metric
Contains information gathered from /proc/cpuinfo Signed-off-by: Paul Gier <pgier@redhat.com>
This commit is contained in:
parent
27b8c93a5a
commit
4d72cb8059
6 changed files with 276 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ fi
|
|||
--collector.wifi.fixtures="collector/fixtures/wifi" \
|
||||
--collector.qdisc.fixtures="collector/fixtures/qdisc/" \
|
||||
--collector.netclass.ignored-devices="(bond0|dmz|int)" \
|
||||
--collector.cpu.info \
|
||||
--web.listen-address "127.0.0.1:${port}" \
|
||||
--log.level="debug" > "${tmpdir}/node_exporter.log" 2>&1 &
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue