google_api_monitoring v0.41.0 GoogleApi.Monitoring.V3.Model.RequestBasedSli View Source
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.
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.RequestBasedSli{ distributionCut: GoogleApi.Monitoring.V3.Model.DistributionCut.t(), goodTotalRatio: GoogleApi.Monitoring.V3.Model.TimeSeriesRatio.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.