libraft-0.5.0.0: Raft consensus algorithm

Safe HaskellNone
LanguageHaskell2010

Raft.Metrics

Documentation

data RaftNodeMetrics Source #

Instances
Show RaftNodeMetrics Source # 
Instance details

Defined in Raft.Metrics

Generic RaftNodeMetrics Source # 
Instance details

Defined in Raft.Metrics

Associated Types

type Rep RaftNodeMetrics :: Type -> Type #

Serialize RaftNodeMetrics Source # 
Instance details

Defined in Raft.Metrics

type Rep RaftNodeMetrics Source # 
Instance details

Defined in Raft.Metrics

type Rep RaftNodeMetrics = D1 (MetaData "RaftNodeMetrics" "Raft.Metrics" "libraft-0.5.0.0-J9sQlo4v2xjSwCkwompQR" False) (C1 (MetaCons "RaftNodeMetrics" PrefixI True) ((S1 (MetaSel (Just "invalidCmdCounter") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int64) :*: (S1 (MetaSel (Just "eventsHandledCounter") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int64) :*: S1 (MetaSel (Just "nodeStateLabel") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Char]))) :*: (S1 (MetaSel (Just "lastLogHashLabel") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Char]) :*: (S1 (MetaSel (Just "lastLogIndexGauge") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int64) :*: S1 (MetaSel (Just "commitIndexGauge") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int64)))))