From 0cd6f61068c82336b18ce6a304d061656c9c7c25 Mon Sep 17 00:00:00 2001 From: stevenkline Date: Wed, 16 Oct 2024 14:11:54 -0400 Subject: [PATCH 1/2] Update monitor_api_options.md for On missing data --- content/en/monitors/guide/monitor_api_options.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/monitors/guide/monitor_api_options.md b/content/en/monitors/guide/monitor_api_options.md index 6ab4e32e0ba01..2fba9ce08736e 100644 --- a/content/en/monitors/guide/monitor_api_options.md +++ b/content/en/monitors/guide/monitor_api_options.md @@ -15,6 +15,7 @@ title: Monitor API Options - **`notify_no_data`** a boolean indicating whether this monitor notifies when data stops reporting. Default: **False**. - **`no_data_timeframe`** the number of minutes before a monitor notifies after data stops reporting. Datadog recommends at least 2x the monitor timeframe for metric alerts or 2 minutes for service checks. **If omitted, 2x the evaluation timeframe is used for metric alerts, and 24 hours is used for service checks.** +- **`on_missing_data`** a string declaring the behavior for the monitor when data stops reporting. Default: **defaul**. Other options: **show_no_data**, **show_and_notify_no_data**, **resolve** - **`timeout_h`** the number of hours of the monitor not reporting data before it automatically resolves from a triggered state. The minimum allowed value is 0 hours. The maximum allowed value is 24 hours. Default: **null**. - **`require_full_window`** a boolean indicating whether this monitor needs a full window of data before it's evaluated. Datadog recommends you set this to `False` for sparse metrics, otherwise some evaluations are skipped. Default: **False**. From 0839a089b6896ab5bfdf0bb987f7f8723c115dbb Mon Sep 17 00:00:00 2001 From: stevenkline Date: Wed, 16 Oct 2024 14:19:32 -0400 Subject: [PATCH 2/2] Fix typo --- content/en/monitors/guide/monitor_api_options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/monitors/guide/monitor_api_options.md b/content/en/monitors/guide/monitor_api_options.md index 2fba9ce08736e..5b3056c64a23c 100644 --- a/content/en/monitors/guide/monitor_api_options.md +++ b/content/en/monitors/guide/monitor_api_options.md @@ -15,7 +15,7 @@ title: Monitor API Options - **`notify_no_data`** a boolean indicating whether this monitor notifies when data stops reporting. Default: **False**. - **`no_data_timeframe`** the number of minutes before a monitor notifies after data stops reporting. Datadog recommends at least 2x the monitor timeframe for metric alerts or 2 minutes for service checks. **If omitted, 2x the evaluation timeframe is used for metric alerts, and 24 hours is used for service checks.** -- **`on_missing_data`** a string declaring the behavior for the monitor when data stops reporting. Default: **defaul**. Other options: **show_no_data**, **show_and_notify_no_data**, **resolve** +- **`on_missing_data`** a string declaring the behavior for the monitor when data stops reporting. Default: **default**. Other options: **show_no_data**, **show_and_notify_no_data**, **resolve** - **`timeout_h`** the number of hours of the monitor not reporting data before it automatically resolves from a triggered state. The minimum allowed value is 0 hours. The maximum allowed value is 24 hours. Default: **null**. - **`require_full_window`** a boolean indicating whether this monitor needs a full window of data before it's evaluated. Datadog recommends you set this to `False` for sparse metrics, otherwise some evaluations are skipped. Default: **False**.