adjust buckets (#7368)

Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
This commit is contained in:
Andrei Sandu
2023-06-14 18:02:53 +03:00
committed by GitHub
parent 21897336d7
commit edfbbc8c51
@@ -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,
)?,