Skip to content

Commit

Permalink
fix(base_token_adjuster): bug with a wrong metrics namespace (#2744)
Browse files Browse the repository at this point in the history
Fix a bug with base_token_adjuster metrics reported under a wrong
namespace.
  • Loading branch information
ischasny authored Aug 27, 2024
1 parent b425561 commit 64b2ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/base_token_adjuster/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub(crate) struct OperationResultLabels {
}

#[derive(Debug, Metrics)]
#[metrics(prefix = "snapshots_creator")]
#[metrics(prefix = "base_token_adjuster")]
pub(crate) struct BaseTokenAdjusterMetrics {
pub l1_gas_used: Gauge<u64>,
#[metrics(buckets = Buckets::LATENCIES)]
Expand Down

0 comments on commit 64b2ff8

Please sign in to comment.