AlertmanagerMaxConfigSize returns max size of configuration file that user is allowed to upload. If 0, there is no limit.
(tenant string)
| 212 | |
| 213 | // AlertmanagerMaxConfigSize returns max size of configuration file that user is allowed to upload. If 0, there is no limit. |
| 214 | AlertmanagerMaxConfigSize(tenant string) int |
| 215 | |
| 216 | // AlertmanagerMaxTemplatesCount returns max number of templates that tenant can use in the configuration. 0 = no limit. |
| 217 | AlertmanagerMaxTemplatesCount(tenant string) int |
no outgoing calls
no test coverage detected