Class: DatadogAPIClient::V1::OnMissingDataOption

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

Overview

Controls how groups or monitors are treated if an evaluation does not return any data points. The default option results in different behavior depending on the monitor query type. For monitors using Count queries, an empty monitor evaluation is treated as 0 and is compared to the threshold conditions. For monitors using any query type other than Count, for example Gauge, Measure, or Rate, the monitor shows the last known status. This option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.

Constant Summary collapse

DEFAULT =
"default".freeze
SHOW_NO_DATA =
"show_no_data".freeze
SHOW_AND_NOTIFY_NO_DATA =
"show_and_notify_no_data".freeze
RESOLVE =
"resolve".freeze

Method Summary

Methods included from BaseEnumModel

included