Skip to content

Commit

Permalink
chore: rename invalid header metrics scop
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jun 29, 2023
1 parent b0df026 commit 9aa3df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/consensus/beacon/src/engine/invalid_headers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ struct HeaderEntry {

/// Metrics for the invalid headers cache.
#[derive(Metrics)]
#[metrics(scope = "invalid_header_cache")]
#[metrics(scope = "consensus.engine.beacon.invalid_headers")]
struct InvalidHeaderCacheMetrics {
/// The total number of invalid headers in the cache.
invalid_headers: Gauge,
Expand Down

0 comments on commit 9aa3df9

Please sign in to comment.