mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-12-28 06:59:44 -08:00
Updating e2e test output
Signed-off-by: fach <shaw38@gmail.com>
This commit is contained in:
parent
5fadcb1bac
commit
79ef305a19
|
@ -2494,10 +2494,18 @@ node_procs_blocked 0
|
|||
# HELP node_procs_running Number of processes in runnable state.
|
||||
# TYPE node_procs_running gauge
|
||||
node_procs_running 2
|
||||
# HELP node_qdisc_backlog Number of bytes currently in queue to be sent.
|
||||
# TYPE node_qdisc_backlog gauge
|
||||
node_qdisc_backlog{device="eth0",kind="pfifo_fast"} 0
|
||||
node_qdisc_backlog{device="wlan0",kind="fq"} 0
|
||||
# HELP node_qdisc_bytes_total Number of bytes sent.
|
||||
# TYPE node_qdisc_bytes_total counter
|
||||
node_qdisc_bytes_total{device="eth0",kind="pfifo_fast"} 83
|
||||
node_qdisc_bytes_total{device="wlan0",kind="fq"} 42
|
||||
# HELP node_qdisc_current_queue_length Number of packets currently in queue to be sent.
|
||||
# TYPE node_qdisc_current_queue_length gauge
|
||||
node_qdisc_current_queue_length{device="eth0",kind="pfifo_fast"} 0
|
||||
node_qdisc_current_queue_length{device="wlan0",kind="fq"} 0
|
||||
# HELP node_qdisc_drops_total Number of packets dropped.
|
||||
# TYPE node_qdisc_drops_total counter
|
||||
node_qdisc_drops_total{device="eth0",kind="pfifo_fast"} 0
|
||||
|
|
|
@ -2563,10 +2563,18 @@ node_procs_blocked 0
|
|||
# HELP node_procs_running Number of processes in runnable state.
|
||||
# TYPE node_procs_running gauge
|
||||
node_procs_running 2
|
||||
# HELP node_qdisc_backlog Number of bytes currently in queue to be sent.
|
||||
# TYPE node_qdisc_backlog gauge
|
||||
node_qdisc_backlog{device="eth0",kind="pfifo_fast"} 0
|
||||
node_qdisc_backlog{device="wlan0",kind="fq"} 0
|
||||
# HELP node_qdisc_bytes_total Number of bytes sent.
|
||||
# TYPE node_qdisc_bytes_total counter
|
||||
node_qdisc_bytes_total{device="eth0",kind="pfifo_fast"} 83
|
||||
node_qdisc_bytes_total{device="wlan0",kind="fq"} 42
|
||||
# HELP node_qdisc_current_queue_length Number of packets currently in queue to be sent.
|
||||
# TYPE node_qdisc_current_queue_length gauge
|
||||
node_qdisc_current_queue_length{device="eth0",kind="pfifo_fast"} 0
|
||||
node_qdisc_current_queue_length{device="wlan0",kind="fq"} 0
|
||||
# HELP node_qdisc_drops_total Number of packets dropped.
|
||||
# TYPE node_qdisc_drops_total counter
|
||||
node_qdisc_drops_total{device="eth0",kind="pfifo_fast"} 0
|
||||
|
|
Loading…
Reference in a new issue