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

Method Delete

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

Delete deletes a file.

(ctx context.Context, name string, keypath KeyPath, cacheInfo *CacheInfo)

Source from the content-addressed store, hash-verified

59 CloseAppend(ctx context.Context, tracker AppendTracker) error
60 // Delete deletes a file.
61 Delete(ctx context.Context, name string, keypath KeyPath, cacheInfo *CacheInfo) error
62}
63
64// RawReader is a collection of methods to read data from tempodb backends

Callers 15

DeleteVersionedMethod · 0.65
WriteTenantIndexMethod · 0.65
DeleteMethod · 0.65
DeleteNoCompactFlagMethod · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
TestDeleteFunction · 0.65
MarkBlockCompactedMethod · 0.65
ClearBlockMethod · 0.65
TestDeleteFunction · 0.65

Implementers 8

MockRawWritertempodb/backend/mocks.go
MockWritertempodb/backend/mocks.go
writertempodb/backend/raw.go
readerWritertempodb/backend/cache/cache.go
Azuretempodb/backend/azure/azure.go
readerWritertempodb/backend/gcs/gcs.go
readerWritertempodb/backend/s3/s3.go
Backendtempodb/backend/local/local.go

Calls

no outgoing calls

Tested by 5

TestDeleteFunction · 0.52
TestDeleteFunction · 0.52
TestDeleteFunction · 0.52