MCPcopy 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
445func (u *userTSDB) Compact(ctx context.Context) error {
446 return u.db.Compact(ctx)
447}
448
449func (u *userTSDB) StartTime() (int64, error) {
450 return u.db.StartTime()

Callers 5

createTSDBMethod · 0.45
compactBlocksMethod · 0.45
mockWriteRequestFunction · 0.45

Calls

no outgoing calls

Tested by 3

mockWriteRequestFunction · 0.36