Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ StartTime
Method
StartTime
pkg/ingester/ingester.go:449–451 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
447
}
448
449
func
(u *userTSDB) StartTime() (int64, error) {
450
return
u.db.StartTime()
451
}
452
453
func
(u *userTSDB) casState(from, to tsdbState) bool {
454
u.stateMtx.Lock()
Callers
1
metadataQueryRange
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected