mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Scheduler to drop ticks if a rule's evaluation is too slow (#48885)
* drop ticks if evaluation of a rule is too slow. * add metric schedule_rule_evaluations_missed_total
This commit is contained in:
@@ -125,6 +125,7 @@ type AlertRule struct {
|
||||
}
|
||||
|
||||
type SchedulableAlertRule struct {
|
||||
Title string
|
||||
UID string `xorm:"uid"`
|
||||
OrgID int64 `xorm:"org_id"`
|
||||
IntervalSeconds int64
|
||||
|
||||
Reference in New Issue
Block a user