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

Commit 84ee743

Browse files
authored
adjust buckets (#7368)
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
1 parent 3d98062 commit 84ee743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/core/provisioner/src/metrics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ impl metrics::Metrics for Metrics {
203203
prometheus::HistogramOpts::new(
204204
"polkadot_parachain_provisioner_inherent_data_response_bitfields_sent",
205205
"Number of inherent bitfields sent in response to `ProvisionerMessage::RequestInherentData`.",
206-
).buckets(vec![0.0, 10.0, 25.0, 50.0, 75.0, 100.0, 150.0, 200.0, 250.0, 300.0]),
206+
).buckets(vec![0.0, 25.0, 50.0, 100.0, 150.0, 200.0, 250.0, 300.0, 400.0, 500.0, 600.0]),
207207
)?,
208208
registry,
209209
)?,

0 commit comments

Comments
 (0)