MCPcopy Create free account
hub / github.com/cortexproject/cortex / Blocks

Method Blocks

pkg/ingester/ingester.go:437–439  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

435}
436
437func (u *userTSDB) Blocks() []*tsdb.Block {
438 return u.db.Blocks()
439}
440
441func (u *userTSDB) Close() error {
442 return u.db.Close()

Callers 6

mockTSDBFunction · 0.80
createUserStatsFunction · 0.80
TestIngester_flushingFunction · 0.80

Calls

no outgoing calls

Tested by 4

mockTSDBFunction · 0.64
TestIngester_flushingFunction · 0.64