AlertmanagerMaxTemplatesCount returns max number of templates that tenant can use in the configuration. 0 = no limit.
(tenant string)
| 215 | |
| 216 | // AlertmanagerMaxTemplatesCount returns max number of templates that tenant can use in the configuration. 0 = no limit. |
| 217 | AlertmanagerMaxTemplatesCount(tenant string) int |
| 218 | |
| 219 | // AlertmanagerMaxTemplateSize returns max size of individual template. 0 = no limit. |
| 220 | AlertmanagerMaxTemplateSize(tenant string) int |
no outgoing calls
no test coverage detected