Skip to content

Commit

Permalink
chore: fix metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
hal3e committed Dec 18, 2024
1 parent 02451d5 commit 0fa6f61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/services/src/state_pruner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ pub mod service {
fn default() -> Self {
let blob_transactions =
create_int_gauge("tsize_blob_transactions", "Blob transactions table size.");
let fragments =
create_int_gauge("tsize_pruned_fragments", "Pruned fragments table size.");
let fragments = create_int_gauge("tsize_fragments", "Fragments table size.");

let transaction_fragments = create_int_gauge(
"tsize_transaction_fragments",
Expand Down

0 comments on commit 0fa6f61

Please sign in to comment.