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

Method ListBlocks

tempodb/backend/cache/cache.go:72–74  ·  view source on GitHub ↗
(ctx context.Context, tenant string)

Source from the content-addressed store, hash-verified

70}
71
72func (r *readerWriter) ListBlocks(ctx context.Context, tenant string) (blockIDs []uuid.UUID, compactedBlockIDs []uuid.UUID, err error) {
73 return r.nextReader.ListBlocks(ctx, tenant)
74}
75
76// Find implements backend.Reader
77func (r *readerWriter) Find(ctx context.Context, keypath backend.KeyPath, f backend.FindFunc) (err error) {

Callers

nothing calls this directly

Calls 1

ListBlocksMethod · 0.65

Tested by

no test coverage detected