Skip to content

Update monitor_api_options.md for On missing data #25758

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/en/monitors/guide/monitor_api_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: **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**.
Expand Down
Loading