We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2193f6a + 48617df commit 00c828cCopy full SHA for 00c828c
beacon_node/beacon_chain/src/metrics.rs
@@ -108,7 +108,7 @@ pub static BLOCK_PROCESSING_POST_EXEC_PROCESSING: LazyLock<Result<Histogram>> =
108
try_create_histogram_with_buckets(
109
"beacon_block_processing_post_exec_pre_attestable_seconds",
110
"Time between finishing execution processing and the block becoming attestable",
111
- linear_buckets(5e-3, 5e-3, 10),
+ linear_buckets(0.01, 0.01, 15),
112
)
113
});
114
pub static BLOCK_PROCESSING_DATA_COLUMNS_WAIT: LazyLock<Result<Histogram>> = LazyLock::new(|| {
0 commit comments