AlertmanagerMaxSilencesCount returns max number of silences that tenant can have, including expired silences. 0 = no limit.
(tenant string)
| 232 | |
| 233 | // AlertmanagerMaxSilencesCount returns max number of silences that tenant can have, including expired silences. 0 = no limit. |
| 234 | AlertmanagerMaxSilencesCount(tenant string) int |
| 235 | |
| 236 | // AlertmanagerMaxSilenceSizeBytes returns the maximum size of an individual silence. 0 = no limit. |
| 237 | AlertmanagerMaxSilenceSizeBytes(tenant string) int |