Submit a redaction request. The caller provides a tenant ID and trace IDs to remove. The scheduler discovers all blocks for the tenant and fans out one internal pending job per block.
(ctx context.Context, in *SubmitRedactionRequest, opts ...grpc.CallOption)
| 1261 | // The scheduler discovers all blocks for the tenant and fans out one internal pending |
| 1262 | // job per block. |
| 1263 | SubmitRedaction(ctx context.Context, in *SubmitRedactionRequest, opts ...grpc.CallOption) (*SubmitRedactionResponse, error) |
| 1264 | } |
| 1265 | |
| 1266 | type backendSchedulerClient struct { |
no outgoing calls