DeleteNoCompactFlag deletes the nocompact flag to allow a block to be compacted
(ctx context.Context, blockID uuid.UUID, tenantID string)
| 58 | WriteNoCompactFlag(ctx context.Context, blockID uuid.UUID, tenantID string) error |
| 59 | // DeleteNoCompactFlag deletes the nocompact flag to allow a block to be compacted |
| 60 | DeleteNoCompactFlag(ctx context.Context, blockID uuid.UUID, tenantID string) error |
| 61 | } |
| 62 | |
| 63 | // Reader is a collection of methods to read data from tempodb backends |
no outgoing calls