mirror of
https://github.com/grafana/grafana.git
synced 2025-01-14 02:32:29 -06:00
Alerting: remove interpolation of annotations from alert rule file provisioning (#54975)
This commit is contained in:
parent
c5be9605a2
commit
bc4d929c67
@ -122,7 +122,7 @@ func (rule *AlertRuleV1) mapToModel(orgID int64) (models.AlertRule, error) {
|
||||
if alertRule.Condition == "" {
|
||||
return models.AlertRule{}, fmt.Errorf("rule '%s' failed to parse: no condition set", alertRule.Title)
|
||||
}
|
||||
alertRule.Annotations = rule.Annotations.Value()
|
||||
alertRule.Annotations = rule.Annotations.Raw
|
||||
alertRule.Labels = rule.Labels.Value()
|
||||
for _, queryV1 := range rule.Data {
|
||||
query, err := queryV1.mapToModel()
|
||||
|
Loading…
Reference in New Issue
Block a user