Skip to content

Commit 6d78a34

Browse files
committed
Fix failing e2e test.
Update e2e test output to include the drops. Signed-off-by: Chris Cleeland <[email protected]>
1 parent 22109f5 commit 6d78a34

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

collector/fixtures/e2e-64k-page-output.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3244,6 +3244,7 @@ node_time_clocksource_current_info{clocksource="tsc",device="0"} 1
32443244
# TYPE node_time_zone_offset_seconds gauge
32453245
# HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes.
32463246
# TYPE node_udp_queues gauge
3247+
node_udp_queues{ip="v4",queue="drops"} 100
32473248
node_udp_queues{ip="v4",queue="rx"} 0
32483249
node_udp_queues{ip="v4",queue="tx"} 21
32493250
# HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill.

collector/fixtures/e2e-output.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3266,6 +3266,7 @@ node_time_clocksource_current_info{clocksource="tsc",device="0"} 1
32663266
# TYPE node_time_zone_offset_seconds gauge
32673267
# HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes.
32683268
# TYPE node_udp_queues gauge
3269+
node_udp_queues{ip="v4",queue="drops"} 100
32693270
node_udp_queues{ip="v4",queue="rx"} 0
32703271
node_udp_queues{ip="v4",queue="tx"} 21
32713272
# HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill.

0 commit comments

Comments
 (0)