aboutsummaryrefslogtreecommitdiff
path: root/collector/fixtures/e2e-output.txt
diff options
context:
space:
mode:
Diffstat (limited to 'collector/fixtures/e2e-output.txt')
-rw-r--r--collector/fixtures/e2e-output.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/collector/fixtures/e2e-output.txt b/collector/fixtures/e2e-output.txt
index df04679..af9925b 100644
--- a/collector/fixtures/e2e-output.txt
+++ b/collector/fixtures/e2e-output.txt
@@ -2563,10 +2563,18 @@ node_procs_blocked 0
2563# HELP node_procs_running Number of processes in runnable state. 2563# HELP node_procs_running Number of processes in runnable state.
2564# TYPE node_procs_running gauge 2564# TYPE node_procs_running gauge
2565node_procs_running 2 2565node_procs_running 2
2566# HELP node_qdisc_backlog Number of bytes currently in queue to be sent.
2567# TYPE node_qdisc_backlog gauge
2568node_qdisc_backlog{device="eth0",kind="pfifo_fast"} 0
2569node_qdisc_backlog{device="wlan0",kind="fq"} 0
2566# HELP node_qdisc_bytes_total Number of bytes sent. 2570# HELP node_qdisc_bytes_total Number of bytes sent.
2567# TYPE node_qdisc_bytes_total counter 2571# TYPE node_qdisc_bytes_total counter
2568node_qdisc_bytes_total{device="eth0",kind="pfifo_fast"} 83 2572node_qdisc_bytes_total{device="eth0",kind="pfifo_fast"} 83
2569node_qdisc_bytes_total{device="wlan0",kind="fq"} 42 2573node_qdisc_bytes_total{device="wlan0",kind="fq"} 42
2574# HELP node_qdisc_current_queue_length Number of packets currently in queue to be sent.
2575# TYPE node_qdisc_current_queue_length gauge
2576node_qdisc_current_queue_length{device="eth0",kind="pfifo_fast"} 0
2577node_qdisc_current_queue_length{device="wlan0",kind="fq"} 0
2570# HELP node_qdisc_drops_total Number of packets dropped. 2578# HELP node_qdisc_drops_total Number of packets dropped.
2571# TYPE node_qdisc_drops_total counter 2579# TYPE node_qdisc_drops_total counter
2572node_qdisc_drops_total{device="eth0",kind="pfifo_fast"} 0 2580node_qdisc_drops_total{device="eth0",kind="pfifo_fast"} 0