Google Cloud Monitoring v3 API - Class DistributionCut (3.8.0)

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.

Inheritance

object > DistributionCut

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

DistributionCut()

public DistributionCut()

DistributionCut(DistributionCut)

public DistributionCut(DistributionCut other)
Parameter
NameDescription
otherDistributionCut

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
TypeDescription
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
TypeDescription
Range