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

Service Level Indicators for which atomic units of service are counted directly.

Attributes

  • distributionCut (type: GoogleApi.Monitoring.V3.Model.DistributionCut.t, default: nil) - distribution_cut is used when good_service is a count of values aggregated in a Distribution that fall into a good range. The total_service is the total count of all values aggregated in the Distribution.
  • goodTotalRatio (type: GoogleApi.Monitoring.V3.Model.TimeSeriesRatio.t, default: nil) - good_total_ratio is used when the ratio of good_service to total_service is computed from two TimeSeries.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.RequestBasedSli{
  distributionCut: GoogleApi.Monitoring.V3.Model.DistributionCut.t() | nil,
  goodTotalRatio: GoogleApi.Monitoring.V3.Model.TimeSeriesRatio.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.