public sealed class DistributionCut : IMessage<DistributionCut>, IEquatable<DistributionCut>, IDeepCloneable<DistributionCut>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API 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
.
Implements
IMessageDistributionCut, IEquatableDistributionCut, IDeepCloneableDistributionCut, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
DistributionCut()
public DistributionCut()
DistributionCut(DistributionCut)
public DistributionCut(DistributionCut other)
Parameter | |
---|---|
Name | Description |
other | DistributionCut |
Properties
DistributionFilter
public string DistributionFilter { get; set; }
A monitoring filter
specifying a TimeSeries
aggregating values. Must have ValueType =
DISTRIBUTION
and MetricKind = DELTA
or MetricKind = CUMULATIVE
.
Property Value | |
---|---|
Type | Description |
string |
Range
public Range Range { get; set; }
Range of values considered "good." For a one-sided range, set one bound to an infinite value.
Property Value | |
---|---|
Type | Description |
Range |