File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ weight = 1
18
18
{{< imgbox max-width="40%" img="/img/docs/v4/drag_handles_gif.gif" caption="Alerting overview" >}}
19
19
20
20
Alerting in Grafana allows you to attach rules to your graph panels. When you save the dashboard
21
- Grafana will extract the alert rules into a seperate alert rule storage and schedule them for evaluation.
21
+ Grafana will extract the alert rules into a separate alert rule storage and schedule them for evaluation.
22
22
23
23
In the alert tab of the graph panel you can configure how often the alert rule should be evaluated
24
24
and the conditions that need to be met for the alert to change state and trigger its
@@ -92,7 +92,7 @@ Error or timeout option | Description
92
92
Alerting | Set alert rule state to ` Alerting `
93
93
Keep Last State | Keep the current alert rule state, what ever it is.
94
94
95
- If you an unreliable time series store that where queries sometime timesout or fail randomly you can set this option
95
+ If you an unreliable time series store that where queries sometime timeout or fail randomly you can set this option
96
96
t ` Keep Last State ` to basically ignore them.
97
97
98
98
## Troubleshooting
@@ -104,7 +104,7 @@ to the point where you can see the raw data that was returned form your query.
104
104
105
105
Further troubleshooting can also be done by inspecting the grafana-server log. If it's not an error or for some reason
106
106
the log does not say anything you can enable debug logging for some relevant components. This is done
107
- in grafana 's ini config file.
107
+ in Grafana 's ini config file.
108
108
109
109
Example showing loggers that could be relevant when troubleshooting alerting.
110
110
You can’t perform that action at this time.
0 commit comments