Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
324
func
(rw *readerWriter) BlockMetas(tenantID string) []*backend.BlockMeta {
325
return
rw.blocklist.Metas(tenantID)
326
}
327
328
func
(rw *readerWriter) Tenants() []string {
329
return
rw.blocklist.Tenants()
Callers
nothing calls this directly
Calls
1
Metas
Method · 0.45
Tested by
no test coverage detected