fix prometheus label

This commit is contained in:
GroovieGermanikus 2023-11-23 11:20:34 +01:00
parent 1b0c4f25d9
commit 52a63e77b1
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ mod prometheus_sync;
lazy_static::lazy_static! {
static ref BLOCK_TXS: IntGauge =
register_int_gauge!(opts!("block_arrived", "block seen with n transactions (use for liveness check)")).unwrap();
register_int_gauge!(opts!("block_arrived", "block seen with n transactions")).unwrap();
static ref BANKING_STAGE_ERROR_COUNT: IntGauge =
register_int_gauge!(opts!("bankingstage_banking_errors", "banking_stage errors in block")).unwrap();
static ref TXERROR_COUNT: IntGauge =