Metric Threshold Evaluation Missing Data
enum MetricThresholdEvaluationMissingData : Enum<MetricThresholdEvaluationMissingData> , ConvertibleToJava<MetricThresholdEvaluationMissingData>
A condition control that determines how metric-threshold conditions are evaluated when data stops arriving.
Entries
Link copied to clipboard
An unspecified evaluation missing data option. Equivalent to EVALUATION_MISSING_DATA_NO_OP.
Link copied to clipboard
If there is no data to evaluate the condition, then evaluate the condition as false.
Link copied to clipboard
If there is no data to evaluate the condition, then evaluate the condition as true.
Link copied to clipboard
Do not evaluate the condition to any value if there is no data.
Types
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.