Class: DatadogAPIClient::V1::MonitorFormulaAndFunctionDataQualitySourceToTargetConfig

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_typeObject

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_typeObject

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

#sourceObject

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

#targetObject

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