Skip to content

Commit f0156fe

Browse files
Blargiandhtclk
andauthored
Update docs/use-cases/observability/clickstack/alerts.md
Co-authored-by: Dominic Tran <dominic.tran@clickhouse.com>
1 parent 2afd871 commit f0156fe

File tree

1 file changed

+7
-2
lines changed
  • docs/use-cases/observability/clickstack

1 file changed

+7
-2
lines changed

docs/use-cases/observability/clickstack/alerts.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,14 @@ From this view, users can see all alerts that have been created and are currentl
171171

172172
<Image img={alerts_view} alt="Alerts view" size="lg"/>
173173

174-
This view also displays the execution status of the alert. A red bar indicates that the alert has fired, while a green bar indicates that the alert executed successfully but did not fire.
174+
This view also displays the alert evaluation history. Alerts are evaluated on a recurring time interval (defined by the period/duration set during alert creation). During each evaluation, HyperDX queries your data to check whether the alert condition is met:
175175

176-
In the above example the first alert has fired every time. The second alert fired twice before triggering and not firing.
176+
- **Red bar**: The threshold condition was met during this evaluation and the alert fired (notification sent)
177+
- **Green bar**: The alert was evaluated but the threshold condition was not met (no notification sent)
178+
179+
Each evaluation is independent - the alert checks the data for that time window and fires only if the condition is true at that moment.
180+
181+
In the example above, the first alert has fired on every evaluation, indicating a persistent issue. The second alert shows a resolved issue - it fired twice initially (red bars), then on subsequent evaluations the threshold condition was no longer met (green bars).
177182

178183
Clicking an alert takes you to the chart or search the alert is attached to.
179184

0 commit comments

Comments
 (0)