Module rbac

Module rbac 

Source
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.