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.