mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
docs: Add alerts.md
This commit is contained in:
21
docs/src/fancyanalytics/features/alerts.md
Normal file
21
docs/src/fancyanalytics/features/alerts.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
icon: dot
|
||||
order: 100
|
||||
---
|
||||
|
||||
# Alerts (soon)
|
||||
|
||||
Our analytics platform allows you to define **alerts** that notify you when something important happens — a metric crosses a threshold, an event occurs, or an error spikes.
|
||||
|
||||
With alerts, you can **react faster**, **stay informed**, and **automate monitoring** for your apps, plugins, or services.
|
||||
|
||||
## What is an Alert?
|
||||
|
||||
An **alert** is a rule that monitors your data in real-time and triggers a notification when conditions are met.
|
||||
|
||||
You can create alerts for:
|
||||
|
||||
- **Metrics** — e.g. `cpu_usage_percent > 90`
|
||||
- **Events** — e.g. `event == 'minecraft_server_crashed'`
|
||||
- **Errors** — e.g. `5+ errors in 10s`
|
||||
- **Logs** — e.g. `ERROR logs > 10 in 1 minute`
|
||||
Reference in New Issue
Block a user