If an alert rule has a configured For and the query violates the configured threshold it will first go from OK to Pending.
Going from OK to Pending Grafana will not send any notifications. Once the alert rule has been firing for more than For duration, it will change to Alerting and send alert notifications.
If an alert rule has a configured For and the query violates the configured threshold it will first go from OK to Pending.
Going from OK to Pending Grafana will not send any notifications. Once the alert rule has been firing for more than For duration, it will change to Alerting and send alert notifications.
</info-popover>
</div>
</div>
</div>
<divclass="gf-form-group">
<h5class="section-heading">Conditions</h5>
<divclass="gf-form-inline"ng-repeat="conditionModel in ctrl.conditionModels">
<selectclass="gf-form-input"ng-model="ctrl.panel.pointradius"ng-options="f for f in [0.5,1,2,3,4,5,6,7,8,9,10]"ng-change="ctrl.render()"ng-disabled="!ctrl.panel.points"></select>
<selectclass="gf-form-input"ng-model="ctrl.panel.pointradius"ng-options="f for f in [0.5,1,2,3,4,5,6,7,8,9,10]"ng-change="ctrl.render()"></select>
</div>
</div>
</div>
...
...
@@ -66,7 +66,7 @@
</div>
</div>
<divclass="gf-form-group">
<div>
<divclass="gf-form-inline"ng-repeat="override in ctrl.panel.seriesOverrides"ng-controller="SeriesOverridesCtrl">
<divclass="gf-form">
<labelclass="gf-form-label">alias or regex</label>