Skip to content

Commit

Permalink
feat: Improved data storage metrics (#10020)
Browse files Browse the repository at this point in the history
This PR increases the level of telemetry around all of the node's data
stores. For every LMDB instance it reports the size of the specified
mapping, the actual DB size and the number of items. Additionally, for
the world state we report the number of leaves for every tree along with
the pending and proven chain heights.

---------

Co-authored-by: ludamad <[email protected]>
  • Loading branch information
2 people authored and AztecBot committed Nov 26, 2024
1 parent 6f38e68 commit 5dadebd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,4 @@ TEST_F(LMDBTreeStoreTest, can_write_and_read_leaves_by_hash)
success = store.read_leaf_by_hash(VALUES[9], readBack, *transaction);
EXPECT_FALSE(success);
}
}
}

0 comments on commit 5dadebd

Please sign in to comment.