ExceptionMetrics

@Serializable
data class ExceptionMetrics(val total: Long, val handled: Long, val recoveryLatencyAvg: Duration, val recoveryLatencyMedian: Duration)

Exception handling metrics.

Constructors

Link copied to clipboard
constructor(total: Long, handled: Long, recoveryLatencyAvg: Duration, recoveryLatencyMedian: Duration)

Properties

Link copied to clipboard

Exceptions handled or recovered by plugins.

Link copied to clipboard

Average recovery latency for handled exceptions.

Link copied to clipboard

Median recovery latency for handled exceptions.

Link copied to clipboard
val total: Long

Total exceptions observed by the store.