Class: DatadogAPIClient::V1::MonitorFormulaAndFunctionDataQualityModelBoundsOverride

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_model_bounds_override.rb

Overview

Restricts which predicted bound the monitor alerts on. UPPER_ONLY alerts only when the measure rises above the upper bound, LOWER_ONLY only when it falls below the lower bound. When unset, the monitor alerts on both.

Constant Summary collapse

UPPER_ONLY =
"UPPER_ONLY".freeze
LOWER_ONLY =
"LOWER_ONLY".freeze

Method Summary

Methods included from BaseEnumModel

included