Skip to content

Commit 69d2305

Browse files
author
Juan Bran
committed
Updating e2e to match bug fix in procfs (see: procfs/pull/343)
Signed-off-by: Juan Bran <juan.bran@verizondigitalmedia.com>
1 parent 0088e59 commit 69d2305

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

collector/fixtures/e2e-output.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3001,7 +3001,7 @@ node_xfs_inode_operation_reclaims_total{device="sda1"} 0
30013001
node_xfs_inode_operation_recycled_total{device="sda1"} 0
30023002
# HELP node_xfs_read_calls_total Number of read(2) system calls made to files in a filesystem.
30033003
# TYPE node_xfs_read_calls_total counter
3004-
node_xfs_read_calls_total{device="sda1"} 28
3004+
node_xfs_read_calls_total{device="sda1"} 0
30053005
# HELP node_xfs_vnode_active_total Number of vnodes not on free lists for a filesystem.
30063006
# TYPE node_xfs_vnode_active_total counter
30073007
node_xfs_vnode_active_total{device="sda1"} 4
@@ -3025,7 +3025,7 @@ node_xfs_vnode_release_total{device="sda1"} 1
30253025
node_xfs_vnode_remove_total{device="sda1"} 1
30263026
# HELP node_xfs_write_calls_total Number of write(2) system calls made to files in a filesystem.
30273027
# TYPE node_xfs_write_calls_total counter
3028-
node_xfs_write_calls_total{device="sda1"} 0
3028+
node_xfs_write_calls_total{device="sda1"} 28
30293029
# HELP node_zfs_abd_linear_cnt kstat.zfs.misc.abdstats.linear_cnt
30303030
# TYPE node_zfs_abd_linear_cnt untyped
30313031
node_zfs_abd_linear_cnt 62

0 commit comments

Comments
 (0)