mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-08-10 08:53:26 +00:00
10 lines
546 B
Rust
10 lines
546 B
Rust
pub const BLOCK_CREATION_TIME: &str = "block_creation_time_seconds";
|
|
pub const CHAIN_HEIGHT: &str = "chain_height";
|
|
pub const BLOCKS_PRODUCED_TOTAL: &str = "blocks_produced_total";
|
|
pub const MEMPOOL_SIZE: &str = "mempool_size";
|
|
pub const MEMPOOL_MAX_SIZE: &str = "mempool_max_size";
|
|
pub const MEMPOOL_TRANSACTION_APPLICATION_TIME: &str =
|
|
"mempool_transaction_application_time_seconds";
|
|
pub const TRANSACTIONS_PER_BLOCK: &str = "transactions_per_block";
|
|
pub const MEMPOOL_FAILED_TRANSACTIONS_TOTAL: &str = "mempool_failed_transactions_total";
|