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

Method PromoteResourceAttributes

pkg/util/validation/limits.go:902–904  ·  view source on GitHub ↗

PromoteResourceAttributes returns the promote resource attributes for a given user.

(userID string)

Source from the content-addressed store, hash-verified

900
901// PromoteResourceAttributes returns the promote resource attributes for a given user.
902func (o *Overrides) PromoteResourceAttributes(userID string) []string {
903 return o.GetOverridesForUser(userID).PromoteResourceAttributes
904}
905
906// IngestionTenantShardSize returns the ingesters shard size for a given user.
907func (o *Overrides) IngestionTenantShardSize(userID string) int {

Callers 1

convertToPromTSFunction · 0.80

Calls 1

GetOverridesForUserMethod · 0.95

Tested by

no test coverage detected