Alerting: Use GRAFANA_ALERTS as the default state history metric name (#107050)

This commit is contained in:
Alexander Akhmetov
2025-06-20 18:14:36 +02:00
committed by GitHub
parent 5520f48153
commit a76057cedb
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ const (
defaultRecordingRequestTimeout = 10 * time.Second
lokiDefaultMaxQuerySize = 65536 // 64kb
defaultHistorianPrometheusWriteTimeout = 10 * time.Second
defaultHistorianPrometheusMetricName = "ALERTS"
defaultHistorianPrometheusMetricName = "GRAFANA_ALERTS"
)
var (