Skip to content

Commit

Permalink
Fix a metric description (paritytech#6732)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdimitrov authored Feb 16, 2023
1 parent 174816c commit 139aff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/core/provisioner/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ impl metrics::Metrics for Metrics {
prometheus::CounterVec::new(
prometheus::Opts::new(
"polkadot_parachain_provisioner_partitioned_disputes",
"some fancy description",
"Number of disputes partitioned by type.",
),
&["partition"],
)?,
Expand Down

0 comments on commit 139aff1

Please sign in to comment.