MCPcopy
hub / github.com/grafana/tempo / SubmitRedaction

Method SubmitRedaction

pkg/tempopb/backendwork.pb.go:1263–1263  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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
1266type backendSchedulerClient struct {

Implementers 4

mockSchedulermodules/backendworker/backendworker_te
BackendSchedulermodules/backendscheduler/backendschedu
backendSchedulerClientpkg/tempopb/backendwork.pb.go
UnimplementedBackendSchedulerServerpkg/tempopb/backendwork.pb.go

Calls

no outgoing calls