Updating prometheus counter name

This commit is contained in:
godmodegalactus 2023-12-22 15:02:29 +01:00
parent dda7329282
commit 481c1e2d06
No known key found for this signature in database
GPG Key ID: 22DA4A30887FDA3C
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ use std::sync::Arc;
use crate::block_info::TransactionAccount;
lazy_static::lazy_static! {
static ref ALTS_IN_STORE: IntGauge =
register_int_gauge!(opts!("block_arrived", "block seen with n transactions")).unwrap();
register_int_gauge!(opts!("banking_stage_sidecar_alts_stored", "Alts stored in sidecar")).unwrap();
}
pub struct ALTStore {