View Source GoogleApi.Monitoring.V3.Model.DistributionCut (google_api_monitoring v0.55.0)

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.

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.DistributionCut{
  distributionFilter: String.t() | nil,
  range: GoogleApi.Monitoring.V3.Model.GoogleMonitoringV3Range.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.