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

Method Blocks

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

Blocks implements backend.Reader

(ctx context.Context, tenantID string)

Source from the content-addressed store, hash-verified

233
234// Blocks implements backend.Reader
235func (r *reader) Blocks(ctx context.Context, tenantID string) ([]uuid.UUID, []uuid.UUID, error) {
236 return r.r.ListBlocks(ctx, tenantID)
237}
238
239// BlockMeta implements backend.Reader
240func (r *reader) BlockMeta(ctx context.Context, blockID uuid.UUID, tenantID string) (*BlockMeta, error) {

Callers

nothing calls this directly

Calls 1

ListBlocksMethod · 0.65

Tested by

no test coverage detected