datadog_monitors
Details of Datadog monitors.
-
source_id
Foreign key - Datadog ID of the monitor.
-
source_url
string - URL to the monitor in Datadog.
-
name
string - Name of the monitor.
-
monitor_type
string - The type of monitor (composite, event alert, log alert, metric alert, process alert, etc).
-
message
string - A message included in notifications for this monitor.
-
options
jsonb - List of options associated with monitor..
-
overall_state
string - The different states your monitor can be in (Alert, Ignored, No Data, OK, Skipped, Unknown, Warn).
-
overall_state_modified
date - Timestamp at which the overall state has been modified.
-
matching_downtimes
jsonb - A list of active downtimes that match this monitor.
-
tags
string - Array of tags associated with monitor.