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

Method BlockMeta

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

BlockMeta returns the blockmeta given a block and tenant id

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

Source from the content-addressed store, hash-verified

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
78 TenantIndex(ctx context.Context, tenantID string) (*TenantIndex, error)
79 // Find executes f for each object in the backend that matches the keypath.

Calls

no outgoing calls