mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Remove hypen from prometheus metric name
This commit is contained in:
@@ -19,7 +19,7 @@ lazy_static! {
|
|||||||
"Time spent loading block and state from DB for block processing"
|
"Time spent loading block and state from DB for block processing"
|
||||||
);
|
);
|
||||||
pub static ref BLOCK_PROCESSING_CATCHUP_STATE: Result<Histogram> = try_create_histogram(
|
pub static ref BLOCK_PROCESSING_CATCHUP_STATE: Result<Histogram> = try_create_histogram(
|
||||||
"block_processing_catch-up_state_times",
|
"block_processing_catch_up_state_times",
|
||||||
"Time spent skipping slots on a state before processing a block."
|
"Time spent skipping slots on a state before processing a block."
|
||||||
);
|
);
|
||||||
pub static ref BLOCK_PROCESSING_COMMITTEE: Result<Histogram> = try_create_histogram(
|
pub static ref BLOCK_PROCESSING_COMMITTEE: Result<Histogram> = try_create_histogram(
|
||||||
|
|||||||
Reference in New Issue
Block a user