[v9.5.x] Alerting: Convert 'Both' type Prometheus queries to 'Range' in migration (#70907)

Alerting: Convert 'Both' type Prometheus queries to 'Range' in migration (#70781)

* Alerting: Convert 'Both' type Prometheus queries to 'Range' in migration

(cherry picked from commit 00d5f7fed7)
This commit is contained in:
Matthew Jacobson
2023-06-29 11:33:12 -04:00
committed by GitHub
parent b585067281
commit 2745d3b5a1
3 changed files with 108 additions and 3 deletions
@@ -36,6 +36,8 @@ longer supported. We refer to these as [Differences]({{< relref "#differences" >
6. The JSON format for webhook notifications has changed in Grafana Alerting and uses the format from [Prometheus Alertmanager](https://prometheus.io/docs/alerting/latest/configuration/#webhook_config).
7. Alerting on Prometheus `Both` type queries is not supported in Grafana Alerting. Existing legacy alerts with `Both` type queries are migrated to Grafana Alerting as alerts with `Range` type queries.
## Limitations
1. Since `Hipchat` and `Sensu` notification channels are no longer supported, legacy alerts associated with these channels are not automatically migrated to Grafana Alerting. Assign the legacy alerts to a supported notification channel so that you continue to receive notifications for those alerts.