Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
433
func
(u *userTSDB) Head() *tsdb.Head {
434
return
u.db.Head()
435
}
436
437
func
(u *userTSDB) Blocks() []*tsdb.Block {
438
return
u.db.Blocks()
Callers
15
compactHead
Method · 0.95
PreCreation
Method · 0.95
shouldCloseTSDB
Method · 0.95
backFillLimit
Method · 0.80
createUserStats
Function · 0.80
blockChunkQuerierFunc
Method · 0.80
createTSDB
Method · 0.80
getMemorySeriesMetric
Method · 0.80
compactBlocks
Method · 0.80
closeAndDeleteUserTSDBIfIdle
Method · 0.80
metadataQueryRange
Function · 0.80
TestPushRace
Function · 0.80
Calls
no outgoing calls
Tested by
5
TestPushRace
Function · 0.64
TestIngester_seriesCountIsCorrectAfterClosingTSDBForDeletedTenant
Function · 0.64
verifyCompactedHead
Function · 0.64
TestHeadCompactionOnStartup
Function · 0.64
TestIngesterNoFlushWithInFlightRequest
Function · 0.64