Alerting/ruler metrics (#34144)

* adds active configurations metric

* rule evaluation metrics

* ruler metrics

* pr feedback
This commit is contained in:
Owen Diehl
2021-05-14 16:13:44 -04:00
committed by GitHub
parent eb74994b8b
commit 1367f7171e
9 changed files with 99 additions and 26 deletions

View File

@@ -27,5 +27,5 @@ type DBstore struct {
BaseInterval time.Duration
// default alert definiiton interval
DefaultIntervalSeconds int64
SQLStore *sqlstore.SQLStore `inject:""`
SQLStore *sqlstore.SQLStore
}