mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 22:08:30 +00:00
Gloas - add get_payload_attestation_endpoint (#8497)
Co-Authored-By: shane-moore <skm1790@gmail.com> Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com> Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu> Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com>
This commit is contained in:
@@ -511,6 +511,17 @@ pub static ATTESTATION_PRODUCTION_HEAD_SCRAPE_SECONDS: LazyLock<Result<Histogram
|
||||
)
|
||||
});
|
||||
|
||||
/*
|
||||
* Payload Attestation Production
|
||||
*/
|
||||
pub static PAYLOAD_ATTESTATION_PRODUCTION_SECONDS: LazyLock<Result<Histogram>> =
|
||||
LazyLock::new(|| {
|
||||
try_create_histogram(
|
||||
"beacon_payload_attestation_production_seconds",
|
||||
"Full runtime of payload attestation production",
|
||||
)
|
||||
});
|
||||
|
||||
/*
|
||||
* Fork Choice
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user