ProposeCommitted

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

The proposed entry at logIndex has been replicated to a quorum and committed.

elapsed is the wall-time from ProposeAccepted to this event.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard