diff --git a/node/network/statement-distribution/src/lib.rs b/node/network/statement-distribution/src/lib.rs index 289c01fad81d..62e8ac7d7714 100644 --- a/node/network/statement-distribution/src/lib.rs +++ b/node/network/statement-distribution/src/lib.rs @@ -2099,10 +2099,10 @@ impl metrics::Metrics for Metrics { statements_unexpected: prometheus::register( prometheus::CounterVec::new( prometheus::Opts::new( - "polkadot_parachain_statement_distribution_statements_out_view", - "Number of statements received out of the current node view.", + "polkadot_parachain_statement_distribution_statements_unexpected", + "Number of statements that were not expected to be received.", ), - &["source"], + &["type"], )?, registry, )?,