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

Method BlockMetas

tempodb/tempodb.go:324–326  ·  view source on GitHub ↗
(tenantID string)

Source from the content-addressed store, hash-verified

322}
323
324func (rw *readerWriter) BlockMetas(tenantID string) []*backend.BlockMeta {
325 return rw.blocklist.Metas(tenantID)
326}
327
328func (rw *readerWriter) Tenants() []string {
329 return rw.blocklist.Tenants()

Callers

nothing calls this directly

Calls 1

MetasMethod · 0.45

Tested by

no test coverage detected