cardano-node-8.8.1: The cardano full node
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Tracing.Metrics

Synopsis

Documentation

data ForgingStats Source #

This structure stores counters of blockchain-related events, per individual forge thread. These counters are driven by traces.

Constructors

ForgingStats 

Fields

data ForgeThreadStats Source #

Per-forging-thread statistics.

Constructors

ForgeThreadStats 

Fields

  • ftsNodeCannotForgeNum :: !Int
     
  • ftsNodeIsLeaderNum :: !Int
     
  • ftsBlocksForgedNum :: !Int
     
  • ftsSlotsMissedNum :: !Int

    Potentially missed slots. Note that this is not the same as the number of missed blocks, since this includes all occurrences of not reaching a leadership check decision, whether or not leadership was possible or not.

    Also note that when the aggregate total for this metric is reported in the multi-pool case, it can be much larger than the actual number of slots occurring since node start, for it is a sum total for all threads.

  • ftsLastSlot :: !Int