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

Method CompactorTenantShardSize

pkg/compactor/compactor.go:249–249  ·  view source on GitHub ↗
(userID string)

Source from the content-addressed store, hash-verified

247// Limits defines limits used by the Compactor.
248type Limits interface {
249 CompactorTenantShardSize(userID string) float64
250 CompactorPartitionIndexSizeBytes(userID string) int64
251 CompactorPartitionSeriesCount(userID string) int64
252}

Callers 3

getShardSizeForUserMethod · 0.65

Implementers 1

Overridespkg/util/validation/limits.go

Calls

no outgoing calls

Tested by

no test coverage detected