AlertmanagerMaxTemplateSize returns max size of individual template. 0 = no limit.
(tenant string)
| 218 | |
| 219 | // AlertmanagerMaxTemplateSize returns max size of individual template. 0 = no limit. |
| 220 | AlertmanagerMaxTemplateSize(tenant string) int |
| 221 | |
| 222 | // AlertmanagerMaxDispatcherAggregationGroups returns maximum number of aggregation groups in Alertmanager's dispatcher that a tenant can have. |
| 223 | // Each aggregation group consumes single goroutine. 0 = unlimited. |
no outgoing calls
no test coverage detected