mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Alerting: remove interpolation of annotations from alert rule file provisioning (#54975)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user