Expand description
All the related Chain Follower reporting metrics to the Prometheus service are inside this module.
Constantsยง
- Labels for the chain follower metrics
- Chain networks use as the metrics namespace.
Staticsยง
- LIVE_
BACKFILL_ ๐END When backfill ended - Backfill Failures
- 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. - Rollbacks synthesized for followers.
- Rollbacks we did on our live-chain in memory.
- 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. - 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. - Download or Validation Failed.
- MITHRIL_
EXTRACT_ ๐END Extraction end time. - Number of times extraction failed.
- MITHRIL_
EXTRACT_ ๐SIZE Size of last extracted snapshot. - Extraction start time.
- Failed to activate new snapshot.
- Failed to get tip from Mithril snapshot.
- Blocks that failed to deserialize from the Mithril immutable chain.
- Time the last download took.
- MITHRIL_
NEW ๐Number of new files from previous snapshot. - MITHRIL_
TIP ๐Immutable TIP Slot# - Origin = No downloaded snapshot. - Tip failed to advance.
- 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. - Number of times validation failed (bad snapshot).
- Mithril Certificate Validation Start Time.