diff options
Diffstat (limited to 'web/api/queries/incremental_sum/README.md')
-rw-r--r-- | web/api/queries/incremental_sum/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/api/queries/incremental_sum/README.md b/web/api/queries/incremental_sum/README.md index 9b89f318..c882acba 100644 --- a/web/api/queries/incremental_sum/README.md +++ b/web/api/queries/incremental_sum/README.md @@ -15,10 +15,10 @@ The result may be positive (rising) or negative (falling) depending on the first ## how to use -Use it in alarms like this: +Use it in alerts like this: ``` - alarm: my_alarm + alarm: my_alert on: my_chart lookup: incremental_sum -1m unaligned of my_dimension warn: $this > 1000 |