MCPcopy Create free account
hub / github.com/cortexproject/cortex / AlertmanagerMaxTemplateSize

Method AlertmanagerMaxTemplateSize

pkg/alertmanager/multitenant.go:220–220  ·  view source on GitHub ↗

AlertmanagerMaxTemplateSize returns max size of individual template. 0 = no limit.

(tenant string)

Source from the content-addressed store, hash-verified

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.

Callers 1

validateUserConfigFunction · 0.65

Implementers 1

Overridespkg/util/validation/limits.go

Calls

no outgoing calls

Tested by

no test coverage detected