Provide some more granular metrics for polkadot_pvf_execution_time (#6346)

This commit is contained in:
Marcin S
2022-11-28 10:26:17 -05:00
committed by GitHub
parent 893a3ad784
commit 186a572907
+6
View File
@@ -183,6 +183,9 @@ impl metrics::Metrics for Metrics {
).buckets(vec![
// This is synchronized with `APPROVAL_EXECUTION_TIMEOUT` and
// `BACKING_EXECUTION_TIMEOUT` constants in `node/primitives/src/lib.rs`
0.01,
0.025,
0.05,
0.1,
0.25,
0.5,
@@ -192,6 +195,9 @@ impl metrics::Metrics for Metrics {
4.0,
5.0,
6.0,
8.0,
10.0,
12.0,
]),
)?,
registry,