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