chore: update aggregateWithRandomness async metric and panel (#7809)

Follow-up on https://github.com/ChainSafe/lodestar/pull/7761
This commit is contained in:
Nico Flaig
2025-05-08 20:25:59 +01:00
committed by GitHub
parent d0ddc72345
commit 80b92d0c31
2 changed files with 3 additions and 3 deletions

View File

@@ -1270,7 +1270,7 @@
"disableTextWrap": false,
"editorMode": "code",
"exemplar": false,
"expr": "rate(lodestar_bls_thread_pool_aggregate_with_randomness_async_time_seconds_seconds_bucket[$rate_interval])",
"expr": "rate(lodestar_bls_thread_pool_aggregate_with_randomness_async_time_seconds_bucket[$rate_interval])",
"format": "heatmap",
"fullMetaSearch": false,
"includeNullMetadata": true,
@@ -1281,7 +1281,7 @@
"useBackend": false
}
],
"title": "Main Thread AggregateWithRandomness Time",
"title": "Async AggregateWithRandomness Time",
"type": "heatmap"
},
{

View File

@@ -418,7 +418,7 @@ export function createLodestarMetrics(
}),
aggregateWithRandomnessAsyncDuration: register.histogram({
name: "lodestar_bls_thread_pool_aggregate_with_randomness_async_time_seconds",
help: "Total time performing aggregateWithRandomness on main thread",
help: "Total time performing aggregateWithRandomness async",
buckets: [0.001, 0.005, 0.01, 0.1, 0.3],
}),
pubkeysAggregationMainThreadDuration: register.histogram({