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

Struct runtimeConfigTenantLimits

pkg/cortex/runtime_config.go:28–30  ·  view source on GitHub ↗

runtimeConfigTenantLimits provides per-tenant limit overrides based on a runtimeconfig.Manager that reads limits from a configuration file on disk and periodically reloads them.

Source from the content-addressed store, hash-verified

26// runtimeConfigTenantLimits provides per-tenant limit overrides based on a runtimeconfig.Manager
27// that reads limits from a configuration file on disk and periodically reloads them.
28type runtimeConfigTenantLimits struct {
29 manager *runtimeconfig.Manager
30}
31
32// newTenantLimits creates a new validation.TenantLimits that loads per-tenant limit overrides from
33// a runtimeconfig.Manager

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected