AlertmanagerMaxAlertsCount returns max number of alerts that tenant can have active at the same time. 0 = no limit.
(tenant string)
| 225 | |
| 226 | // AlertmanagerMaxAlertsCount returns max number of alerts that tenant can have active at the same time. 0 = no limit. |
| 227 | AlertmanagerMaxAlertsCount(tenant string) int |
| 228 | |
| 229 | // AlertmanagerMaxAlertsSizeBytes returns total max size of alerts that tenant can have active at the same time. 0 = no limit. |
| 230 | // Size of the alert is computed from alert labels, annotations and generator URL. |