Fix metric (#4020)

This commit is contained in:
Paul Hauner 2023-02-22 09:46:45 +11:00 committed by GitHub
parent bb5285ac6d
commit 9c81be8ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1517,7 +1517,7 @@ impl<T: BeaconChainTypes> BeaconProcessor<T> {
gossip_block_queue.len() as i64,
);
metrics::set_gauge(
&metrics::BEACON_PROCESSOR_RPC_BLOB_QUEUE_TOTAL,
&metrics::BEACON_PROCESSOR_RPC_BLOCK_QUEUE_TOTAL,
rpc_block_queue.len() as i64,
);
metrics::set_gauge(