Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
33664b0a
Commit
33664b0a
authored
Nov 09, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(): minor docs change
parent
2164bbd4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
docs/sources/alerting/rules.md
+7
-1
public/sass/pages/_alerting.scss
+0
-1
No files found.
docs/sources/alerting/rules.md
View file @
33664b0a
...
...
@@ -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"
>
}}
...
...
public/sass/pages/_alerting.scss
View file @
33664b0a
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment