Skip to content
Snippets Groups Projects
Commit 186a5729 authored by Marcin S.'s avatar Marcin S. Committed by GitHub
Browse files

Provide some more granular metrics for polkadot_pvf_execution_time (#6346)

parent 893a3ad7
No related merge requests found
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment