Alerting: Migrate tags as labels and not annotations (#34990)
Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
This commit is contained in:
@@ -1609,7 +1609,7 @@ var expNotifications = map[string][]string{
|
||||
},
|
||||
"message": "[FIRING:1] OpsGenieAlert ",
|
||||
"source": "Grafana",
|
||||
"tags": []
|
||||
"tags": ["alertname:OpsGenieAlert"]
|
||||
}`,
|
||||
},
|
||||
// Prometheus Alertmanager.
|
||||
|
||||
Reference in New Issue
Block a user