Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Rename metric name to statements_unexpected
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Feb 25, 2022
1 parent e64799b commit 4f1808b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions node/network/statement-distribution/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)?,
Expand Down

0 comments on commit 4f1808b

Please sign in to comment.