google_api_monitoring v0.38.0 GoogleApi.Monitoring.V3.Model.ServiceLevelIndicator View Source
A Service-Level Indicator (SLI) describes the "performance" of a service. For some services, the SLI is well-defined. In such cases, the SLI can be described easily by referencing the well-known SLI and providing the needed parameters. Alternatively, a "custom" SLI can be defined with a query to the underlying metric store. An SLI is defined to be good_service / total_service over any queried time interval. The value of performance always falls into the range 0 <= performance <= 1. A custom SLI describes how to compute this ratio, whether this is by dividing values from a pair of time series, cutting a Distribution into good and bad counts, or counting time windows in which the service complies with a criterion. For separation of concerns, a single Service-Level Indicator measures performance for only one aspect of service quality, such as fraction of successful queries or fast-enough queries.
Attributes
-
basicSli
(type:GoogleApi.Monitoring.V3.Model.BasicSli.t
, default:nil
) - Basic SLI on a well-known service type. -
requestBased
(type:GoogleApi.Monitoring.V3.Model.RequestBasedSli.t
, default:nil
) - Request-based SLIs -
windowsBased
(type:GoogleApi.Monitoring.V3.Model.WindowsBasedSli.t
, default:nil
) - Windows-based SLIs
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.ServiceLevelIndicator{ basicSli: GoogleApi.Monitoring.V3.Model.BasicSli.t(), requestBased: GoogleApi.Monitoring.V3.Model.RequestBasedSli.t(), windowsBased: GoogleApi.Monitoring.V3.Model.WindowsBasedSli.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.