diff --git a/monitors.tf b/monitors.tf index 89840c6..2b9e186 100644 --- a/monitors.tf +++ b/monitors.tf @@ -88,3 +88,26 @@ necessary. @webhook-lf-incident-io EOT } + +resource "datadog_monitor" "GitHub_API_usage_unusually_high" { + include_tags = false + require_full_window = false + monitor_thresholds { + critical = 0 + } + name = "GitHub API usage unusually high" + type = "event-v2 alert" + query = < 0 +EOT + message = <