Skip to content

Commit

Permalink
Added docs with optional ignore_below field on alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonroy-fastly committed May 6, 2024
1 parent c4a55e3 commit 330024a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/resources/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ Required:
- `threshold` (Number) Threshold used to alert.
- `type` (String) Type of strategy to use to evaluate. One of: `above_threshold`, `below_threshold`.

Optional:

- `ignore_below` (Number) Floor noise that can be configured to ignore data points that are below this threshold.


<a id="nestedblock--dimensions"></a>
### Nested Schema for `dimensions`
Expand Down

0 comments on commit 330024a

Please sign in to comment.