EnterpriseCrmEventbusStatsResponse

data class EnterpriseCrmEventbusStatsResponse(val dimensions: EnterpriseCrmEventbusStatsDimensionsResponse, val durationInSeconds: Double, val errorRate: Double, val qps: Double, val warningRate: Double)

Stats for the requested dimensions: QPS, duration, and error/warning rate

Constructors

Link copied to clipboard
fun EnterpriseCrmEventbusStatsResponse(dimensions: EnterpriseCrmEventbusStatsDimensionsResponse, durationInSeconds: Double, errorRate: Double, qps: Double, warningRate: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Dimensions that these stats have been aggregated on.

Link copied to clipboard

Average duration in seconds.

Link copied to clipboard

Average error rate.

Link copied to clipboard
val qps: Double

Queries per second.

Link copied to clipboard

Average warning rate.