RequestBasedSliArgs

data class RequestBasedSliArgs(val distributionCut: Output<DistributionCutArgs>? = null, val goodTotalRatio: Output<TimeSeriesRatioArgs>? = null) : ConvertibleToJava<RequestBasedSliArgs>

Service Level Indicators for which atomic units of service are counted directly.

Constructors

Link copied to clipboard
constructor(distributionCut: Output<DistributionCutArgs>? = null, goodTotalRatio: Output<TimeSeriesRatioArgs>? = null)

Properties

Link copied to clipboard

distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.

Link copied to clipboard
val goodTotalRatio: Output<TimeSeriesRatioArgs>? = null

good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.

Functions

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