Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add more specific buckets
  • Loading branch information
bredamatt committed Nov 25, 2022
commit bc8be2c21abcd9689afecfb6b02413f801556d84
2 changes: 1 addition & 1 deletion node/core/bitfield-signing/src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl metrics::Metrics for Metrics {
prometheus::Histogram::with_opts(prometheus::HistogramOpts::new(
"polkadot_parachain_bitfield_signing_run",
"Time spent within `bitfield_signing::run`",
))?,
).buckets(vec![0.000625, 0.00125,0.0025, 0.005, 0.0075, 0.01, 0.025, 0.05, 0.1, 0.25, 0.5, 1.0, 2.5, 5.0, 10.0,]))?,
registry,
)?,
};
Expand Down