Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ Compact
Method
Compact
pkg/ingester/ingester.go:445–447 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
443
}
444
445
func
(u *userTSDB) Compact(ctx context.Context) error {
446
return
u.db.Compact(ctx)
447
}
448
449
func
(u *userTSDB) StartTime() (int64, error) {
450
return
u.db.StartTime()
Callers
5
createTSDB
Method · 0.45
compactBlocks
Method · 0.45
mockWriteRequest
Function · 0.45
mockHistogramWriteRequest
Function · 0.45
TestIngesterNotDeleteUnshippedBlocks
Function · 0.45
Calls
no outgoing calls
Tested by
3
mockWriteRequest
Function · 0.36
mockHistogramWriteRequest
Function · 0.36
TestIngesterNotDeleteUnshippedBlocks
Function · 0.36