From 33664b0a7e76b4b3bc78a3d74a6635a5e78ac2a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 9 Nov 2016 11:14:04 +0100 Subject: [PATCH] docs(): minor docs change --- docs/sources/alerting/rules.md | 8 +++++++- public/sass/pages/_alerting.scss | 1 - 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/sources/alerting/rules.md b/docs/sources/alerting/rules.md index a30bf885650..ecab88f48d2 100644 --- a/docs/sources/alerting/rules.md +++ b/docs/sources/alerting/rules.md @@ -73,7 +73,7 @@ in the scenario below. - No new notifications are sent as the alert rule is already in state `Alerting`. So as you can see from the above scenario Grafana will not send out notifications when other series cause the alert -to fire if the rule already is in state ´Alerting`. To improve support for queries that return multiple series +to fire if the rule already is in state `Alerting`. To improve support for queries that return multiple series we plan to track state **per series** in a future release. ### No Data / Null values @@ -107,6 +107,12 @@ The message can contain anything, information about how you might solve the issu The actual notifications are configured and shared between multiple alerts. Read the [Notifications]({{< relref "notifications.md" >}}) guide for how to configure and setup notifications. +## Alert State History & Annotations + +Alert state changes are recorded in the internal annotation table in Grafana's database. The state changes +are visualized as annotations in the alert rule's graph panel. You can also go into the `State history` +submenu in the alert tab to view & clear state history. + ## Troubleshooting {{< imgbox max-width="40%" img="/img/docs/v4/alert_test_rule.png" caption="Test Rule" >}} diff --git a/public/sass/pages/_alerting.scss b/public/sass/pages/_alerting.scss index abe8c775415..b739485f170 100644 --- a/public/sass/pages/_alerting.scss +++ b/public/sass/pages/_alerting.scss @@ -50,7 +50,6 @@ .panel-alert-state { &--alerting { - background-color: mix($critical,$panel-bg, 3%); animation: alerting-panel 1.6s cubic-bezier(1,.1,.73,1) 0s infinite alternate; box-shadow: 0 0 10px rgba($critical,0.5); opacity: 1;