EnterpriseCrmEventbusStatsArgs

data class EnterpriseCrmEventbusStatsArgs(val dimensions: Output<EnterpriseCrmEventbusStatsDimensionsArgs>? = null, val durationInSeconds: Output<Double>? = null, val errorRate: Output<Double>? = null, val qps: Output<Double>? = null, val warningRate: Output<Double>? = null) : ConvertibleToJava<EnterpriseCrmEventbusStatsArgs>

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

Constructors

Link copied to clipboard
fun EnterpriseCrmEventbusStatsArgs(dimensions: Output<EnterpriseCrmEventbusStatsDimensionsArgs>? = null, durationInSeconds: Output<Double>? = null, errorRate: Output<Double>? = null, qps: Output<Double>? = null, warningRate: Output<Double>? = null)

Functions

Link copied to clipboard
open override fun toJava(): EnterpriseCrmEventbusStatsArgs

Properties

Link copied to clipboard

Dimensions that these stats have been aggregated on.

Link copied to clipboard
val durationInSeconds: Output<Double>? = null

Average duration in seconds.

Link copied to clipboard
val errorRate: Output<Double>? = null

Average error rate.

Link copied to clipboard
val qps: Output<Double>? = null

Queries per second.

Link copied to clipboard
val warningRate: Output<Double>? = null

Average warning rate.