Alerting: Skip sanitizing labels when sending alerts to the remote Alertmanager (#96251)

* Alerting: Skip sanitizing labels when sending alerts to the remote Alertmanager

* fix drone image name
This commit is contained in:
Santiago
2024-11-13 11:21:44 -03:00
committed by GitHub
parent 30b9f3e22a
commit 9e408f842c
7 changed files with 56 additions and 27 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ def integration_test_services():
"name": "mimir_backend",
"image": images["mimir"],
"environment": {},
"commands": ["/bin/mimir -target=backend -alertmanager.grafana-alertmanager-compatibility-enabled"],
"commands": ["/bin/mimir -target=backend -alertmanager.grafana-alertmanager-compatibility-enabled -alertmanager.utf8-strict-mode-enabled"],
},
{
"name": "redis",