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

Method Blocks

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

Blocks returns the blockIDs, compactedBlockIDs and an error from the backend.

(ctx context.Context, tenantID string)

Source from the content-addressed store, hash-verified

72 Tenants(ctx context.Context) ([]string, error)
73 // Blocks returns the blockIDs, compactedBlockIDs and an error from the backend.
74 Blocks(ctx context.Context, tenantID string) (blockIDs []uuid.UUID, compactedBlockIDs []uuid.UUID, err error)
75 // BlockMeta returns the blockmeta given a block and tenant id
76 BlockMeta(ctx context.Context, blockID uuid.UUID, tenantID string) (*BlockMeta, error)
77 // TenantIndex returns lists of all metas given a tenant

Calls

no outgoing calls