mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: display total storage size in Grafana (#7455)
This commit is contained in:
@@ -110,6 +110,7 @@ where
|
||||
describe_gauge!("db.table_pages", "The number of database pages for a table");
|
||||
describe_gauge!("db.table_entries", "The number of entries for a table");
|
||||
describe_gauge!("db.freelist", "The number of pages on the freelist");
|
||||
describe_gauge!("db.page_size", Unit::Bytes, "The size of a database page (in bytes)");
|
||||
describe_gauge!(
|
||||
"db.timed_out_not_aborted_transactions",
|
||||
"Number of timed out transactions that were not aborted by the user yet"
|
||||
|
||||
Reference in New Issue
Block a user