MCPcopy Index your code
hub / github.com/cortexproject/cortex / setLastUpdate

Method setLastUpdate

pkg/ingester/ingester.go:665–667  ·  view source on GitHub ↗
(t time.Time)

Source from the content-addressed store, hash-verified

663}
664
665func (u *userTSDB) setLastUpdate(t time.Time) {
666 u.lastUpdate.Store(t.Unix())
667}
668
669// Checks if TSDB can be closed.
670func (u *userTSDB) shouldCloseTSDB(idleTimeout time.Duration) tsdbCloseCheckResult {

Callers 2

createTSDBMethod · 0.95
PushMethod · 0.80

Calls 1

StoreMethod · 0.65

Tested by

no test coverage detected