Diagnostics
data class Diagnostics(val tracked: Long, val dropped: Long, val persisted: Long, val delivered: Long, val retrying: Long, val deadLettered: Long, val queueDepth: Long)
Read-only snapshot of internal counters. Values are monotonically increasing within a process lifetime and reset to zero on process start.
Since
1.0.0
Constructors
Properties
Link copied to clipboard
Events moved to the dead-letter queue.
Link copied to clipboard
Current number of un-delivered rows in events table.
Link copied to clipboard
Total events accepted by EventTracker.track.