Class: DatadogAPIClient::V1::MonitorFormulaAndFunctionDataQualitySourceToTargetConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorFormulaAndFunctionDataQualitySourceToTargetConfig
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_source_to_target_config.rb
Overview
Configuration for a source to target monitor, which compares the same measure across two data entities and alerts on the difference between them.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#diff_type ⇒ Object
readonly
How the difference between the source and target measures is computed.
-
#entity_type ⇒ Object
readonly
Type of the data entities being compared.
-
#source ⇒ Object
readonly
Measure configuration for one side of a source to target comparison.
-
#target ⇒ Object
readonly
Measure configuration for one side of a source to target comparison.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_source_to_target_config.rb', line 39 def additional_properties @additional_properties end |
#diff_type ⇒ Object
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.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_source_to_target_config.rb', line 28 def diff_type @diff_type end |
#entity_type ⇒ Object
Type of the data entities being compared.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_source_to_target_config.rb', line 31 def entity_type @entity_type end |
#source ⇒ Object
Measure configuration for one side of a source to target comparison.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_source_to_target_config.rb', line 34 def source @source end |
#target ⇒ Object
Measure configuration for one side of a source to target comparison.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/monitor_formula_and_function_data_quality_source_to_target_config.rb', line 37 def target @target end |