Module reporter

Module reporter 

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