Skip to content

Commit

Permalink
Rename some missed metrics (paritytech#10455)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored and grishasobol committed Mar 28, 2022
1 parent 8cbc62b commit d046b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/proposer-metrics/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ impl Metrics {
)?,
create_inherents_time: register(
Histogram::with_opts(HistogramOpts::new(
"proposer_create_inherents_time",
"substrate_proposer_create_inherents_time",
"Histogram of time taken to execute create inherents",
))?,
registry,
)?,
create_block_proposal_time: register(
Histogram::with_opts(HistogramOpts::new(
"proposer_block_proposal_time",
"substrate_proposer_block_proposal_time",
"Histogram of time taken to construct a block and prepare it for proposal",
))?,
registry,
Expand Down

0 comments on commit d046b1c

Please sign in to comment.