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

Method Delete

tempodb/backend/raw.go:174–176  ·  view source on GitHub ↗

Delete implements backend.Writer

(ctx context.Context, name string, keypath KeyPath)

Source from the content-addressed store, hash-verified

172
173// Delete implements backend.Writer
174func (w *writer) Delete(ctx context.Context, name string, keypath KeyPath) error {
175 return w.w.Delete(ctx, name, keypath, nil)
176}
177
178// WriteNoCompactFlag implements backend.Writer
179func (w *writer) WriteNoCompactFlag(ctx context.Context, blockID uuid.UUID, tenantID string) error {

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected