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#.
PURGED_SLOTS ๐Ÿ”’
Chain Indexer number of purged slots.
REACHED_TIP ๐Ÿ”’
Chain Indexer indicator whether tip is reached or in progress.
RUNNING_INDEXER_TASKS_COUNT ๐Ÿ”’
Chain Indexer number of current running indexer tasks.
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.