Expand description
All the related Chain Follower reporting metrics to the Prometheus service are inside this module.
Constantsยง
- FOLLOWER_
METRIC_ ๐LABELS - Labels for the chain follower metrics
- FOLLOWER_
METRIC_ ๐NETWORKS - Chain networks use as the metrics namespace.
Staticsยง
- LIVE_
BACKFILL_ ๐END - When backfill ended
- LIVE_
BACKFILL_ ๐FAILURES - Backfill Failures
- LIVE_
BACKFILL_ ๐FAILURE_ TIME - The time of the last backfill failure
- LIVE_
BACKFILL_ ๐SIZE - Backfill size to achieve synchronization. (0 before sync completed)
- LIVE_
BACKFILL_ ๐START - When backfill started
- LIVE_
BLOCKS ๐ - Current Number of Live Blocks
- LIVE_
CONNECTED ๐ - Is there an active connection to the node
- LIVE_
FOLLOWER_ ๐COUNT - Number of active Followers
- LIVE_
HEAD_ ๐SLOT - The current head of the live chain slot#
- LIVE_
INVALID_ ๐BLOCKS - Blocks that failed to deserialize from the blockchain.
- LIVE_
LAST_ ๐CONNECT - Last reconnect time
- LIVE_
LAST_ ๐DISCONNECT - Last disconnect time
- LIVE_
NEW_ ๐BLOCKS - New blocks read from blockchain.
- LIVE_
RECONNECTS ๐ - Number of times we connected/re-connected to the Node.
- LIVE_
ROLLBACKS_ ๐FOLLOWER_ COUNT - Rollbacks synthesized for followers.
- LIVE_
ROLLBACKS_ ๐LIVE_ COUNT - Rollbacks we did on our live-chain in memory.
- LIVE_
ROLLBACKS_ ๐PEER_ COUNT - Rollbacks reported by the Peer Node.
- LIVE_
SYNC_ ๐END - The Time that synchronization to this blockchain was complete up-to-tip. None = Not yet synchronized.
- LIVE_
SYNC_ ๐START - The Time that synchronization to this blockchain started
- LIVE_
TIP ๐ - The current live tip slot# as reported by the peer.
- MITHRIL_
CHANGED ๐ - Number of changed files from previous snapshot.
- MITHRIL_
DEDUPLICATED ๐ - Number of identical files deduplicated from previous snapshot.
- MITHRIL_
DEDUPLICATED_ ๐SIZE - Deduplicated Size vs previous snapshot.
- MITHRIL_
DL_ ๐END - Time we finished downloading the current snapshot.
- MITHRIL_
DL_ ๐FAILURES - Number of times download failed.
- MITHRIL_
DL_ ๐SIZE - Size of the download archive.
- MITHRIL_
DL_ ๐START - Time we started downloading the current snapshot.
- MITHRIL_
DOWNLOAD_ ๐OR_ VALIDATION_ FAILED - Download or Validation Failed.
- MITHRIL_
EXTRACT_ ๐END - Extraction end time.
- MITHRIL_
EXTRACT_ ๐FAILURES - Number of times extraction failed.
- MITHRIL_
EXTRACT_ ๐SIZE - Size of last extracted snapshot.
- MITHRIL_
EXTRACT_ ๐START - Extraction start time.
- MITHRIL_
FAILED_ ๐TO_ ACTIVATE_ NEW_ SNAPSHOT - Failed to activate new snapshot.
- MITHRIL_
FAILED_ ๐TO_ GET_ TIP - Failed to get tip from Mithril snapshot.
- MITHRIL_
INVALID_ ๐BLOCKS - Blocks that failed to deserialize from the Mithril immutable chain.
- MITHRIL_
LAST_ ๐DL_ DURATION - Time the last download took.
- MITHRIL_
NEW ๐ - Number of new files from previous snapshot.
- MITHRIL_
TIP ๐ - Immutable TIP Slot# - Origin = No downloaded snapshot.
- MITHRIL_
TIP_ ๐DID_ NOT_ ADVANCE - Tip failed to advance.
- MITHRIL_
TIP_ ๐FAILED_ TO_ SEND_ TO_ UPDATER - Failed to send new tip to updater.
- MITHRIL_
UPDATES ๐ - Number of Mithril Snapshots that have downloaded successfully.
- MITHRIL_
VALIDATE_ ๐END - Mithril Certificate Validation End Time.
- MITHRIL_
VALIDATE_ ๐FAILURES - Number of times validation failed (bad snapshot).
- MITHRIL_
VALIDATE_ ๐START - Mithril Certificate Validation Start Time.