mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-04 21:34:36 +00:00
Fix incorrect data column metric name (#6761)
* Fix incorrect data column metric name.
This commit is contained in:
@@ -1693,7 +1693,7 @@ pub static DATA_COLUMN_SIDECAR_GOSSIP_VERIFICATION_TIMES: LazyLock<Result<Histog
|
|||||||
pub static DATA_COLUMNS_SIDECAR_PROCESSING_SUCCESSES: LazyLock<Result<IntCounter>> =
|
pub static DATA_COLUMNS_SIDECAR_PROCESSING_SUCCESSES: LazyLock<Result<IntCounter>> =
|
||||||
LazyLock::new(|| {
|
LazyLock::new(|| {
|
||||||
try_create_int_counter(
|
try_create_int_counter(
|
||||||
"beacon_blobs_column_sidecar_processing_successes_total",
|
"beacon_data_column_sidecar_processing_successes_total",
|
||||||
"Number of data column sidecars verified for gossip",
|
"Number of data column sidecars verified for gossip",
|
||||||
)
|
)
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user