mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-10 08:08:16 -05:00
chore: update aggregateWithRandomness async metric and panel (#7809)
Follow-up on https://github.com/ChainSafe/lodestar/pull/7761
This commit is contained in:
@@ -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"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user