Class: DatadogAPIClient::V1::MonitorFormulaAndFunctionDataQualityDiffType
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorFormulaAndFunctionDataQualityDiffType
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_diff_type.rb
Overview
How the difference between the source and target measures is computed.
absolute subtracts the two values, diff_percent expresses the difference
as a percentage of the source value.
Constant Summary collapse
- ABSOLUTE =
"absolute".freeze
- DIFF_PERCENT =
"diff_percent".freeze