-
Notifications
You must be signed in to change notification settings - Fork 3
[DPS-1424] Update documentation for alerts to include absolute thresholds #1414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DPS-1424] Update documentation for alerts to include absolute thresholds #1414
Conversation
✅ Deploy Preview for snowplow-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, few suggestions:
- rename the image with full name, so instead of dq please consider data_quality, this is better for SEO
- I would add few uses cases describing the value
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nitpick, but otherwise I think it looks good
| Choose from the available trigger options: | ||
|
|
||
| - **When above value**: Set an absolute threshold for failed events (e.g., 1,500 failed events per hour) | ||
| - **On any issue**: Alert immediately when any failed events are detected |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Immediately" makes it sound like it overrides the delivery window - we could remove it.
|
|
||
|  | ||
|
|
||
| #### Insights from historical data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A sligly modified version here, up to you if you would like to use it:
#### Insights from recent data
When you configure a threshold alert, the Insights panel displays data from the last 7 days to help you choose an appropriate threshold:
- **Average event volume** – Shows the average counts of valid and failed events (per relevant time unit).
- **Suggested threshold** – Provides a recommended value based on recent patterns.
- **Apply suggestion** – Click to insert the suggested value into the threshold field.
Use these insights to set realistic thresholds that reflect your actual event patterns.
**Alert delivery:** If the trigger condition is met, the alert is sent at most once per delivery interval you selected.
1829976 to
bcb07fd
Compare

No description provided.