mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-03-05 21:00:12 -08:00
Update e2e test expectations.
Signed-off-by: Chris Cleeland <chris.cleeland@gmail.com>
This commit is contained in:
parent
1a67c6224a
commit
146d5e8e68
|
@ -3243,7 +3243,7 @@ node_time_clocksource_current_info{clocksource="tsc",device="0"} 1
|
||||||
# HELP node_time_zone_offset_seconds System time zone offset in seconds.
|
# HELP node_time_zone_offset_seconds System time zone offset in seconds.
|
||||||
# TYPE node_time_zone_offset_seconds gauge
|
# TYPE node_time_zone_offset_seconds gauge
|
||||||
# HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes.
|
# HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes.
|
||||||
# TYPE node_udp_queues gauge
|
# TYPE node_udp_queues counter
|
||||||
node_udp_queues{ip="v4",queue="drops"} 100
|
node_udp_queues{ip="v4",queue="drops"} 100
|
||||||
node_udp_queues{ip="v4",queue="rx"} 0
|
node_udp_queues{ip="v4",queue="rx"} 0
|
||||||
node_udp_queues{ip="v4",queue="tx"} 21
|
node_udp_queues{ip="v4",queue="tx"} 21
|
||||||
|
|
|
@ -3265,7 +3265,7 @@ node_time_clocksource_current_info{clocksource="tsc",device="0"} 1
|
||||||
# HELP node_time_zone_offset_seconds System time zone offset in seconds.
|
# HELP node_time_zone_offset_seconds System time zone offset in seconds.
|
||||||
# TYPE node_time_zone_offset_seconds gauge
|
# TYPE node_time_zone_offset_seconds gauge
|
||||||
# HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes.
|
# HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes.
|
||||||
# TYPE node_udp_queues gauge
|
# TYPE node_udp_queues counter
|
||||||
node_udp_queues{ip="v4",queue="drops"} 100
|
node_udp_queues{ip="v4",queue="drops"} 100
|
||||||
node_udp_queues{ip="v4",queue="rx"} 0
|
node_udp_queues{ip="v4",queue="rx"} 0
|
||||||
node_udp_queues{ip="v4",queue="tx"} 21
|
node_udp_queues{ip="v4",queue="tx"} 21
|
||||||
|
|
Loading…
Reference in a new issue