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

Method MarkBlockCompacted

tempodb/tempodb.go:615–617  ·  view source on GitHub ↗
(tenantID string, blockID backend.UUID)

Source from the content-addressed store, hash-verified

613}
614
615func (rw *readerWriter) MarkBlockCompacted(tenantID string, blockID backend.UUID) error {
616 return rw.c.MarkBlockCompacted((uuid.UUID)(blockID), tenantID)
617}
618
619// RedactBlock rewrites a block excluding the given trace IDs. If none of the trace IDs
620// are in the block, no rewrite is performed.

Callers

nothing calls this directly

Calls 1

MarkBlockCompactedMethod · 0.65

Tested by

no test coverage detected