Skip to content

Commit

Permalink
fix(alerts api): Fixed API call
Browse files Browse the repository at this point in the history
  • Loading branch information
paperclypse committed Mar 21, 2022
1 parent d576963 commit a34550d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -466,11 +466,11 @@ Not every field listed in this glossary is required for every condition type. Th

<Collapser
id="signal_slide_by"
title="signal[slideBy]"
title="signal[slide_by]"
>
By default, aggregation windows are grouped sequentially. This can lead to spiky charts whenever one window starts and another begins.

Use `slideBy` to create sliding windows. Sliding aggregated windows overlap, creating smoother charts. The `slideBy` interval sets the duration of the overlap.
Use `slide_by` to create sliding windows. Sliding aggregated windows overlap, creating smoother charts. The `slide_by` interval sets the duration of the overlap.

In the UI, under **Advanced signal settings**, click the **Use sliding window aggregation** toggle to enable sliding windows.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ These API functions include links to the API Explorer, where you can create, upd
},
"signal": {
"<a href="/docs/alerts-applied-intelligence/new-relic-alerts/advanced-alerts/rest-api-alerts/alerts-conditions-api-field-names#signal_aggregation_window">aggregation_window</a>": "string",
"<a href="/docs/alerts-applied-intelligence/new-relic-alerts/advanced-alerts/rest-api-alerts/alerts-conditions-api-field-names#signal_slideby">slideby</a>": "integer",
"<a href="/docs/alerts-applied-intelligence/new-relic-alerts/advanced-alerts/rest-api-alerts/alerts-conditions-api-field-names#signal_slideby">slide_by</a>": "integer",
"<a href="/docs/alerts-applied-intelligence/new-relic-alerts/advanced-alerts/rest-api-alerts/alerts-conditions-api-field-names#signal_aggregation_method">aggregation_method</a>": "string",
"<a href="/docs/alerts-applied-intelligence/new-relic-alerts/advanced-alerts/rest-api-alerts/alerts-conditions-api-field-names#signal_aggregation_delay">aggregation_delay</a>": integer,
"<a href="/docs/alerts-applied-intelligence/new-relic-alerts/advanced-alerts/rest-api-alerts/alerts-conditions-api-field-names#signal_aggregation_timer">aggregation_timer</a>": integer,
Expand Down

0 comments on commit a34550d

Please sign in to comment.