(tenantID string)
| 133 | |
| 134 | type CompactorOverrides interface { |
| 135 | BlockRetentionForTenant(tenantID string) time.Duration |
| 136 | CompactionDisabledForTenant(tenantID string) bool |
| 137 | MaxBytesPerTraceForTenant(tenantID string) int |
| 138 | MaxCompactionRangeForTenant(tenantID string) time.Duration |
no outgoing calls
no test coverage detected