mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: StoreSplit tag service (#55453)
* move tag service outside * fix dashboard * fix test * lint * fix linter * remove spew
This commit is contained in:
@@ -11,6 +11,7 @@ import (
|
||||
|
||||
"github.com/grafana/grafana/pkg/components/simplejson"
|
||||
"github.com/grafana/grafana/pkg/models"
|
||||
"github.com/grafana/grafana/pkg/services/tag"
|
||||
)
|
||||
|
||||
var unitMultiplier = map[string]int{
|
||||
@@ -53,7 +54,7 @@ type Rule struct {
|
||||
State models.AlertStateType
|
||||
Conditions []Condition
|
||||
Notifications []string
|
||||
AlertRuleTags []*models.Tag
|
||||
AlertRuleTags []*tag.Tag
|
||||
|
||||
StateChanges int64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user