Class: Google::Cloud::Monitoring::V3::AlertPolicy::Condition::MetricThreshold::ForecastOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::AlertPolicy::Condition::MetricThreshold::ForecastOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/alert.rb
Overview
Options used when forecasting the time series and testing the predicted value against the threshold.
Instance Attribute Summary collapse
Instance Attribute Details
#forecast_horizon ⇒ ::Google::Protobuf::Duration
Returns Required. The length of time into the future to forecast whether a
time series will violate the threshold. If the predicted value is
found to violate the threshold, and the violation is observed in all
forecasts made for the configured duration
, then the time series is
considered to be failing.
The forecast horizon can range from 1 hour to 60 hours.
348 349 350 351 |
# File 'proto_docs/google/monitoring/v3/alert.rb', line 348 class ForecastOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |