MetricsState

data class MetricsState(val totalWritten: Long = 0, val totalDropped: Long = 0, val totalErrors: Long = 0, val currentQueueSize: Long = 0, val rotationCount: Long = 0)(source)

Constructors

Link copied to clipboard
constructor(totalWritten: Long = 0, totalDropped: Long = 0, totalErrors: Long = 0, currentQueueSize: Long = 0, rotationCount: Long = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard