From 039141c44e642f9407e597f6650b589331c26602 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 22 Apr 2025 18:51:24 +0200 Subject: [PATCH] docs: Add alerts.md --- docs/src/fancyanalytics/features/alerts.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/src/fancyanalytics/features/alerts.md diff --git a/docs/src/fancyanalytics/features/alerts.md b/docs/src/fancyanalytics/features/alerts.md new file mode 100644 index 00000000..688a6a8a --- /dev/null +++ b/docs/src/fancyanalytics/features/alerts.md @@ -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`