Skip to content

Commit

Permalink
Updating e2e to match bug fix in procfs (see: procfs/pull/343)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Bran <juan.bran@verizondigitalmedia.com>
  • Loading branch information
Juan Bran committed Jan 13, 2021
1 parent 0088e59 commit 69d2305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collector/fixtures/e2e-output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3001,7 +3001,7 @@ node_xfs_inode_operation_reclaims_total{device="sda1"} 0
node_xfs_inode_operation_recycled_total{device="sda1"} 0
# HELP node_xfs_read_calls_total Number of read(2) system calls made to files in a filesystem.
# TYPE node_xfs_read_calls_total counter
node_xfs_read_calls_total{device="sda1"} 28
node_xfs_read_calls_total{device="sda1"} 0
# HELP node_xfs_vnode_active_total Number of vnodes not on free lists for a filesystem.
# TYPE node_xfs_vnode_active_total counter
node_xfs_vnode_active_total{device="sda1"} 4
Expand All @@ -3025,7 +3025,7 @@ node_xfs_vnode_release_total{device="sda1"} 1
node_xfs_vnode_remove_total{device="sda1"} 1
# HELP node_xfs_write_calls_total Number of write(2) system calls made to files in a filesystem.
# TYPE node_xfs_write_calls_total counter
node_xfs_write_calls_total{device="sda1"} 0
node_xfs_write_calls_total{device="sda1"} 28
# HELP node_zfs_abd_linear_cnt kstat.zfs.misc.abdstats.linear_cnt
# TYPE node_zfs_abd_linear_cnt untyped
node_zfs_abd_linear_cnt 62
Expand Down

0 comments on commit 69d2305

Please sign in to comment.