GoogleApi.Monitoring.V3.Model.DistributionCut (google_api_monitoring v0.50.0) View Source
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 count of values x in the Distribution such that range.min <= x < range.max.
Attributes
-
distributionFilter
(type:String.t
, default:nil
) - 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. -
range
(type:GoogleApi.Monitoring.V3.Model.GoogleMonitoringV3Range.t
, default:nil
) - Range of values considered "good." For a one-sided range, set one bound to an infinite value.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Monitoring.V3.Model.DistributionCut{ distributionFilter: String.t() | nil, range: GoogleApi.Monitoring.V3.Model.GoogleMonitoringV3Range.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.