Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
437
func
(u *userTSDB) Blocks() []*tsdb.Block {
438
return
u.db.Blocks()
439
}
440
441
func
(u *userTSDB) Close() error {
442
return
u.db.Close()
Callers
6
getOldestUnshippedBlockTime
Method · 0.95
mockTSDB
Function · 0.80
createUserStats
Function · 0.80
TestIngester_flushing
Function · 0.80
TestHeadCompactionOnStartup
Function · 0.80
TestIngesterNotDeleteUnshippedBlocks
Function · 0.80
Calls
no outgoing calls
Tested by
4
mockTSDB
Function · 0.64
TestIngester_flushing
Function · 0.64
TestHeadCompactionOnStartup
Function · 0.64
TestIngesterNotDeleteUnshippedBlocks
Function · 0.64