Current section
Files
Jump to
Current section
Files
include/datadog_query@monitor_Monitor.hrl
-record(monitor, {
aggregator :: datadog_query@query:aggregator(),
window :: datadog_query@monitor:evaluation_window(),
'query' :: datadog_query@query:'query'(),
comparator :: datadog_query@monitor:comparator(),
threshold :: float()
}).