Skip to content

Commit c7239be

Browse files
committed
fix e2e #2
Signed-off-by: Marek Molisch <[email protected]>
1 parent 87c8acb commit c7239be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,13 +876,13 @@ node_fscache_objects_retired_total 0
876876
node_fscache_relinquishes_total 31939
877877
# HELP node_fscache_retrievals_nobuffer_total Number of retrieval (read) operations failed due to no buffer (Retrvls: nbf=nobuff).
878878
# TYPE node_fscache_retrievals_nobuffer_total counter
879-
node_fscache_retrievals_nobuffer_total 2551742
879+
node_fscache_retrievals_nobuffer_total 2.551742e+06
880880
# HELP node_fscache_retrievals_success_total Number of successful retrieval (read) operations (Retrvls: ok=success).
881881
# TYPE node_fscache_retrievals_success_total counter
882882
node_fscache_retrievals_success_total 0
883883
# HELP node_fscache_retrievals_total Number of retrieval (read) operations attempted (Retrvls: n=attempts).
884884
# TYPE node_fscache_retrievals_total counter
885-
node_fscache_retrievals_total 2551742
885+
node_fscache_retrievals_total 2.551742e+06
886886
# HELP node_fscache_stores_success_total Number of successful store (write) operations (Stores: ok=success).
887887
# TYPE node_fscache_stores_success_total counter
888888
node_fscache_stores_success_total 0

0 commit comments

Comments
 (0)