ProposeApplied

data class ProposeApplied(val logIndex: Long, val elapsed: Duration) : RaftMetric

The committed entry at logIndex was emitted to RaftNode.committed (applied).

elapsed is the wall-time from ProposeAccepted to this event. No-op entries (§5.4.2 leadership barriers) are never emitted here.

Constructors

Link copied to clipboard
constructor(logIndex: Long, elapsed: Duration)

Properties

Link copied to clipboard
Link copied to clipboard