Automatic Monitoring
Alerts are automatically checked every time new metrics are recorded. When the p75 value for any metric exceeds its threshold (with enough samples), a notification is sent to the site owner.
How it works:
- Metrics are collected from real user visits
- The p75 (75th percentile) is calculated from recent data
- If p75 exceeds the threshold, an alert is triggered
- Cooldown prevents alert fatigue from repeated notifications
- Minimum sample count ensures statistical significance