google_api_monitoring v0.41.2 GoogleApi.Monitoring.V3.Model.PerformanceThreshold View Source
A PerformanceThreshold is used when each window is good when that window has a sufficiently high performance.
Attributes
-
basicSliPerformance
(type:GoogleApi.Monitoring.V3.Model.BasicSli.t
, default:nil
) - BasicSli to evaluate to judge window quality. -
performance
(type:GoogleApi.Monitoring.V3.Model.RequestBasedSli.t
, default:nil
) - RequestBasedSli to evaluate to judge window quality. -
threshold
(type:float()
, default:nil
) - If window performance >= threshold, the window is counted as good.
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.PerformanceThreshold{ basicSliPerformance: GoogleApi.Monitoring.V3.Model.BasicSli.t(), performance: GoogleApi.Monitoring.V3.Model.RequestBasedSli.t(), threshold: float() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.