Reference documentation and code samples for the Stackdriver Monitoring V3 Client class DistributionCut.
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
.
Generated from protobuf message google.monitoring.v3.DistributionCut
Namespace
Google \ Cloud \ Monitoring \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ distribution_filter
string
A monitoring filter
specifying a TimeSeries
aggregating values. Must have ValueType = DISTRIBUTION
and MetricKind = DELTA
or MetricKind = CUMULATIVE
.
↳ range
getDistributionFilter
A monitoring filter
specifying a TimeSeries
aggregating values. Must have ValueType =
DISTRIBUTION
and MetricKind = DELTA
or MetricKind = CUMULATIVE
.
string
setDistributionFilter
A monitoring filter
specifying a TimeSeries
aggregating values. Must have ValueType =
DISTRIBUTION
and MetricKind = DELTA
or MetricKind = CUMULATIVE
.
var
string
$this
getRange
Range of values considered "good." For a one-sided range, set one bound to an infinite value.
hasRange
clearRange
setRange
Range of values considered "good." For a one-sided range, set one bound to an infinite value.
$this