Alertmanager: Support limits for silences (#90826)

* Alertmanager: support limits for silences

* update grafana/alerting to latest main
This commit is contained in:
Santiago
2024-07-24 14:22:29 +02:00
committed by GitHub
parent 7180f8a7d1
commit b79b38f02c
13 changed files with 64 additions and 45 deletions
+7
View File
@@ -1185,6 +1185,13 @@
# The interval string is a possibly signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s or 1m.
;alertmanager_config_poll_interval = 60s
# Maximum number of active and pending silences that a tenant can have at once. Default: 0 (no limit).
;alertmanager_max_silences_count =
# Maximum silence size in bytes. Default: 0 (no limit).
;alertmanager_max_silence_size_bytes =
# Set to true when using redis in cluster mode.
;ha_redis_cluster_mode_enabled = false