mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 21:04:41 +00:00
@@ -257,9 +257,9 @@ lazy_static! {
|
||||
"sync_lookups_completed_total",
|
||||
"Total count of sync lookups completed",
|
||||
);
|
||||
pub static ref SYNC_LOOKUPS_STUCK: Result<IntGauge> = try_create_int_gauge(
|
||||
"sync_lookups_stuck",
|
||||
"Current count of sync lookups that may be stuck",
|
||||
pub static ref SYNC_LOOKUPS_STUCK: Result<IntCounter> = try_create_int_counter(
|
||||
"sync_lookups_stuck_total",
|
||||
"Total count of sync lookups that are stuck and dropped",
|
||||
);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user