DistributionCutArgs

data class DistributionCutArgs(val distributionFilter: Output<String>? = null, val range: Output<GoogleMonitoringV3RangeArgs>? = null) : ConvertibleToJava<DistributionCutArgs>

A DistributionCut defines a TimeSeries and thresholds used for measuring good service and total service. The TimeSeries must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE. The computed good_service will be the estimated count of values in the Distribution that fall within the specified min and max.

Constructors

Link copied to clipboard
fun DistributionCutArgs(distributionFilter: Output<String>? = null, range: Output<GoogleMonitoringV3RangeArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val distributionFilter: Output<String>? = null

A monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) specifying a TimeSeries aggregating values. Must have ValueType = DISTRIBUTION and MetricKind = DELTA or MetricKind = CUMULATIVE.

Link copied to clipboard
val range: Output<GoogleMonitoringV3RangeArgs>? = null

Range of values considered "good." For a one-sided range, set one bound to an infinite value.