Expand description
All the related RBAC Registration Chain Caching reporting metrics to the Prometheus service are inside this module.
Constantsยง
- METRIC_
LABELS ๐ - Labels for the metrics.
Staticsยง
- INDEXING_
SYNCHRONIZATION_ ๐COUNT - This counter increases every time we need to synchronize RBAC indexing by waiting for other tasks to finish before processing a new registration.
- INVALID_
RBAC_ ๐REGISTRATION_ COUNT - This counter increases every when we found invalid RBAC registration during indexing.
- PERSISTENT_
CHAINS_ ๐CACHE_ ENTRY_ COUNT - Number of entries in the persistent RBAC chains cache.
- PERSISTENT_
CHAINS_ ๐CACHE_ HIT - A total count of the persistent RBAC chains cache hits.
- PERSISTENT_
CHAINS_ ๐CACHE_ MISS - A total count of the persistent RBAC chains cache misses.
- PERSISTENT_
CHAINS_ ๐CACHE_ SIZE - Size in memory allocated bytes of the persistent RBAC chains cache.
- PERSISTENT_
PUBLIC_ ๐KEYS_ CACHE_ ENTRY_ COUNT - Number of entries in the persistent public keys cache.
- PERSISTENT_
PUBLIC_ ๐KEYS_ CACHE_ HIT - A total count of the persistent public keys cache hits.
- PERSISTENT_
PUBLIC_ ๐KEYS_ CACHE_ MISS - A total count of the persistent public keys cache misses.
- PERSISTENT_
PUBLIC_ ๐KEYS_ CACHE_ SIZE - Size in memory allocated bytes of the persistent public keys cache.
- PERSISTENT_
STAKE_ ๐ADDRESSES_ CACHE_ ENTRY_ COUNT - Number of entries in the persistent stake addresses cache.
- PERSISTENT_
STAKE_ ๐ADDRESSES_ CACHE_ HIT - A total count of the persistent stake addresses cache hits.
- PERSISTENT_
STAKE_ ๐ADDRESSES_ CACHE_ MISS - A total count of the persistent stake addresses cache misses.
- PERSISTENT_
STAKE_ ๐ADDRESSES_ CACHE_ SIZE - Size in memory allocated bytes of the persistent stake addresses cache.
- PERSISTENT_
TRANSACTION_ ๐IDS_ CACHE_ ENTRY_ COUNT - Number of entries in the persistent transaction IDs cache.
- PERSISTENT_
TRANSACTION_ ๐IDS_ CACHE_ HIT - A total count of the persistent transaction IDs cache hits.
- PERSISTENT_
TRANSACTION_ ๐IDS_ CACHE_ MISS - A total count of the persistent transaction IDs cache misses.
- PERSISTENT_
TRANSACTION_ ๐IDS_ CACHE_ SIZE - Size in memory allocated bytes of the persistent transaction IDs cache.
- VOLATILE_
PUBLIC_ ๐KEYS_ CACHE_ ENTRY_ COUNT - Number of entries in the volatile public keys cache.
- VOLATILE_
PUBLIC_ ๐KEYS_ CACHE_ HIT - A total count of the volatile public keys cache hits.
- VOLATILE_
PUBLIC_ ๐KEYS_ CACHE_ MISS - A total count of the volatile public keys cache misses.
- VOLATILE_
PUBLIC_ ๐KEYS_ CACHE_ SIZE - Size in memory allocated bytes of the volatile public keys cache.
- VOLATILE_
STAKE_ ๐ADDRESSES_ CACHE_ ENTRY_ COUNT - Number of entries in the volatile stake addresses cache.
- VOLATILE_
STAKE_ ๐ADDRESSES_ CACHE_ HIT - A total count of the volatile stake addresses cache hits.
- VOLATILE_
STAKE_ ๐ADDRESSES_ CACHE_ MISS - A total count of the volatile stake addresses cache misses.
- VOLATILE_
STAKE_ ๐ADDRESSES_ CACHE_ SIZE - Size in memory allocated bytes of the volatile stake addresses cache.
- VOLATILE_
TRANSACTION_ ๐IDS_ CACHE_ ENTRY_ COUNT - Number of entries in the volatile transaction IDs cache.
- VOLATILE_
TRANSACTION_ ๐IDS_ CACHE_ HIT - A total count of the volatile transaction IDs cache hits.
- VOLATILE_
TRANSACTION_ ๐IDS_ CACHE_ MISS - A total count of the volatile transaction IDs cache misses.
- VOLATILE_
TRANSACTION_ ๐IDS_ CACHE_ SIZE - Size in memory allocated bytes of the volatile transaction IDs cache.