Skip to content

Commit 86ce8d4

Browse files
author
Pierre Guceski
authored
Merge pull request DataDog#6836 from DataDog/zhengshi/update-monitor-api
[MA-909][api][monitors]update last option limit from 10 to 100
2 parents 66e2985 + 2ee8f15 commit 86ce8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/api/monitors/monitors_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If you manage and deploy monitors programmatically, it's easier to define the mo
6363

6464
* **`check`** name of the check, e.g. datadog.agent.up
6565
* **`tags`** one or more quoted tags (comma-separated), or "*". e.g.: `.over("env:prod", "role:db")`
66-
* **`count`** must be at >= your max threshold (defined in the `options`). e.g. if you want to notify on 1 critical, 3 ok and 2 warn statuses count should be 3. It is limited to 10.
66+
* **`count`** must be at >= your max threshold (defined in the `options`). e.g. if you want to notify on 1 critical, 3 ok and 2 warn statuses count should be 3. It is limited to 100.
6767

6868
##### Event Alert Query
6969

0 commit comments

Comments
 (0)