(tenantID string)
| 136 | CompactionDisabledForTenant(tenantID string) bool |
| 137 | MaxBytesPerTraceForTenant(tenantID string) int |
| 138 | MaxCompactionRangeForTenant(tenantID string) time.Duration |
| 139 | } |
| 140 | |
| 141 | type WriteableBlock interface { |
no outgoing calls
no test coverage detected