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

Method Head

pkg/ingester/ingester.go:433–435  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

431}
432
433func (u *userTSDB) Head() *tsdb.Head {
434 return u.db.Head()
435}
436
437func (u *userTSDB) Blocks() []*tsdb.Block {
438 return u.db.Blocks()

Callers 15

compactHeadMethod · 0.95
PreCreationMethod · 0.95
shouldCloseTSDBMethod · 0.95
backFillLimitMethod · 0.80
createUserStatsFunction · 0.80
blockChunkQuerierFuncMethod · 0.80
createTSDBMethod · 0.80
getMemorySeriesMetricMethod · 0.80
compactBlocksMethod · 0.80
metadataQueryRangeFunction · 0.80
TestPushRaceFunction · 0.80

Calls

no outgoing calls