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 0edc65b..e8a5779 100644
--- a/collector/fixtures/e2e-output.txt
+++ b/collector/fixtures/e2e-output.txt
@@ -2566,10 +2566,18 @@ node_procs_blocked 0
2566# HELP node_procs_running Number of processes in runnable state. 2566# HELP node_procs_running Number of processes in runnable state.
2567# TYPE node_procs_running gauge 2567# TYPE node_procs_running gauge
2568node_procs_running 2 2568node_procs_running 2
2569# HELP node_qdisc_backlog Number of bytes currently in queue to be sent.
2570# TYPE node_qdisc_backlog gauge
2571node_qdisc_backlog{device="eth0",kind="pfifo_fast"} 0
2572node_qdisc_backlog{device="wlan0",kind="fq"} 0
2569# HELP node_qdisc_bytes_total Number of bytes sent. 2573# HELP node_qdisc_bytes_total Number of bytes sent.
2570# TYPE node_qdisc_bytes_total counter 2574# TYPE node_qdisc_bytes_total counter
2571node_qdisc_bytes_total{device="eth0",kind="pfifo_fast"} 83 2575node_qdisc_bytes_total{device="eth0",kind="pfifo_fast"} 83
2572node_qdisc_bytes_total{device="wlan0",kind="fq"} 42 2576node_qdisc_bytes_total{device="wlan0",kind="fq"} 42
2577# HELP node_qdisc_current_queue_length Number of packets currently in queue to be sent.
2578# TYPE node_qdisc_current_queue_length gauge
2579node_qdisc_current_queue_length{device="eth0",kind="pfifo_fast"} 0
2580node_qdisc_current_queue_length{device="wlan0",kind="fq"} 0
2573# HELP node_qdisc_drops_total Number of packets dropped. 2581# HELP node_qdisc_drops_total Number of packets dropped.
2574# TYPE node_qdisc_drops_total counter 2582# TYPE node_qdisc_drops_total counter
2575node_qdisc_drops_total{device="eth0",kind="pfifo_fast"} 0 2583node_qdisc_drops_total{device="eth0",kind="pfifo_fast"} 0