mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 16:37:57 +00:00
adjust buckets (#7368)
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
This commit is contained in:
@@ -203,7 +203,7 @@ impl metrics::Metrics for Metrics {
|
||||
prometheus::HistogramOpts::new(
|
||||
"polkadot_parachain_provisioner_inherent_data_response_bitfields_sent",
|
||||
"Number of inherent bitfields sent in response to `ProvisionerMessage::RequestInherentData`.",
|
||||
).buckets(vec![0.0, 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 300.0]),
|
||||
).buckets(vec![0.0, 25.0, 50.0, 100.0, 150.0, 200.0, 250.0, 300.0, 400.0, 500.0, 600.0]),
|
||||
)?,
|
||||
registry,
|
||||
)?,
|
||||
|
||||
Reference in New Issue
Block a user