Fix failing e2e test.

Update e2e test output to include the drops.

Signed-off-by: Chris Cleeland <chris.cleeland@gmail.com>
This commit is contained in:
Chris Cleeland 2024-04-22 10:34:02 -05:00
parent 392f9accd6
commit 619f013cfc
2 changed files with 2 additions and 0 deletions

View file

@ -3244,6 +3244,7 @@ node_time_clocksource_current_info{clocksource="tsc",device="0"} 1
# TYPE node_time_zone_offset_seconds gauge
# HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes.
# TYPE node_udp_queues gauge
node_udp_queues{ip="v4",queue="drops"} 100
node_udp_queues{ip="v4",queue="rx"} 0
node_udp_queues{ip="v4",queue="tx"} 21
# HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill.

View file

@ -3266,6 +3266,7 @@ node_time_clocksource_current_info{clocksource="tsc",device="0"} 1
# TYPE node_time_zone_offset_seconds gauge
# HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes.
# TYPE node_udp_queues gauge
node_udp_queues{ip="v4",queue="drops"} 100
node_udp_queues{ip="v4",queue="rx"} 0
node_udp_queues{ip="v4",queue="tx"} 21
# HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill.