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

Method DeleteNoCompactFlag

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

DeleteNoCompactFlag deletes the nocompact flag to allow a block to be compacted

(ctx context.Context, blockID uuid.UUID, tenantID string)

Source from the content-addressed store, hash-verified

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

Callers 4

TestNoCompactFlagFunction · 0.95
TestNoCompactFlagFunction · 0.65
DeleteNoCompactFlagMethod · 0.65
AllowCompactionMethod · 0.65

Calls

no outgoing calls

Tested by 2

TestNoCompactFlagFunction · 0.76
TestNoCompactFlagFunction · 0.52