Expand description
Metrics related to RBAC Registration Chain Caching analytics.
Modulesยง
- reporter ๐
- All the related RBAC Registration Chain Caching reporting metrics to the Prometheus service are inside this module.
Constantsยง
- PERSISTENT ๐
- Represents a persistent session.
- VOLATILE ๐
- Represents a volatile session.
Functionsยง
- inc_
index_ ๐sync - Increments the
INDEXING_SYNCHRONIZATION_COUNT
metric. - inc_
invalid_ ๐rbac_ reg_ count - Increments the
INVALID_RBAC_REGISTRATION_COUNT
metric. - rbac_
persistent_ ๐chains_ cache_ hits_ inc - Increments the
PERSISTENT_CHAINS_CACHE_HIT
metric. - rbac_
persistent_ ๐chains_ cache_ miss_ inc - Increments the
PERSISTENT_CHAINS_CACHE_MISS
metric. - rbac_
persistent_ ๐public_ key_ cache_ hits_ inc - Increments the
PERSISTENT_PUBLIC_KEYS_CACHE_HIT
metric. - rbac_
persistent_ ๐public_ key_ cache_ miss_ inc - Increments the
PERSISTENT_PUBLIC_KEY_CACHE_MISS
metric. - rbac_
persistent_ ๐stake_ address_ cache_ hits_ inc - Increments the
PERSISTENT_STAKE_ADDRESSES_CACHE_HIT
metric. - rbac_
persistent_ ๐stake_ address_ cache_ miss_ inc - Increments the
PERSISTENT_STAKE_ADDRESSES_CACHE_HIT
metric. - rbac_
persistent_ ๐transaction_ id_ cache_ hits_ inc - Increments the
PERSISTENT_TRANSACTION_IDS_CACHE_HIT
metric. - rbac_
persistent_ ๐transaction_ id_ cache_ miss_ inc - Increments the
PERSISTENT_TRANSACTION_IDS_CACHE_MISS
metric. - rbac_
volatile_ ๐public_ key_ cache_ hits_ inc - Increments the
VOLATILE_PUBLIC_KEYS_CACHE_HIT
metric. - rbac_
volatile_ ๐public_ key_ cache_ miss_ inc - Increments the
VOLATILE_PUBLIC_KEY_CACHE_MISS
metric. - rbac_
volatile_ ๐stake_ address_ cache_ hits_ inc - Increments the
VOLATILE_STAKE_ADDRESSES_CACHE_HIT
metric. - rbac_
volatile_ ๐stake_ address_ cache_ miss_ inc - Increments the
VOLATILE_STAKE_ADDRESSES_CACHE_HIT
metric. - rbac_
volatile_ ๐transaction_ id_ cache_ hits_ inc - Increments the
VOLATILE_TRANSACTION_IDS_CACHE_HIT
metric. - rbac_
volatile_ ๐transaction_ id_ cache_ miss_ inc - Increments the
VOLATILE_TRANSACTION_IDS_CACHE_MISS
metric. - update ๐
- Updates memory metrics to current values.