Skip to content

Commit 146d5e8

Browse files
committed
Update e2e test expectations.
Signed-off-by: Chris Cleeland <[email protected]>
1 parent 1a67c62 commit 146d5e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3243,7 +3243,7 @@ node_time_clocksource_current_info{clocksource="tsc",device="0"} 1
32433243
# HELP node_time_zone_offset_seconds System time zone offset in seconds.
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.
3246-
# TYPE node_udp_queues gauge
3246+
# TYPE node_udp_queues counter
32473247
node_udp_queues{ip="v4",queue="drops"} 100
32483248
node_udp_queues{ip="v4",queue="rx"} 0
32493249
node_udp_queues{ip="v4",queue="tx"} 21

collector/fixtures/e2e-output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3265,7 +3265,7 @@ node_time_clocksource_current_info{clocksource="tsc",device="0"} 1
32653265
# HELP node_time_zone_offset_seconds System time zone offset in seconds.
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.
3268-
# TYPE node_udp_queues gauge
3268+
# TYPE node_udp_queues counter
32693269
node_udp_queues{ip="v4",queue="drops"} 100
32703270
node_udp_queues{ip="v4",queue="rx"} 0
32713271
node_udp_queues{ip="v4",queue="tx"} 21

0 commit comments

Comments
 (0)