mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-03-05 21:00:12 -08:00
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:
parent
392f9accd6
commit
619f013cfc
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue