Module reporter

Module reporter 

Source
Expand description

All the related Chain Indexer reporting metrics to the Prometheus service are inside this module.

Constantsยง

METRIC_LABELS ๐Ÿ”’
Labels for the metrics.

Staticsยง

CURRENT_IMMUTABLE_TIP_SLOT ๐Ÿ”’
Chain Indexer current immutable tip slot.
CURRENT_LIVE_TIP_SLOT ๐Ÿ”’
Chain Indexer current live tip slot.
HIGHEST_COMPLETE_INDEXED_SLOT ๐Ÿ”’
Chain Indexer highest complete indexed slot.
IMMUTABLE_REACHED_TIP ๐Ÿ”’
Chain Indexer indicator whether immutable tip is reached or in progress.
LIVE_REACHED_TIP ๐Ÿ”’
Chain Indexer indicator whether live tip is reached or in progress.
PURGED_SLOTS ๐Ÿ”’
Chain Indexer number of purged slots.
RUNNING_INDEXER_TASKS_COUNT ๐Ÿ”’
Chain Indexer number of current running indexer tasks.
SLOT_TIP_DIFF ๐Ÿ”’
The slot difference between immutable tip slot and the volatile tip slot number.
TRIGGERED_BACKWARD_PURGES_COUNT ๐Ÿ”’
Chain Indexer number of times triggering backward data purge.
TRIGGERED_FORWARD_PURGES_COUNT ๐Ÿ”’
Chain Indexer number of times triggering forward data purge.