Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ ActiveUsers
Method
ActiveUsers
pkg/util/users/active_user.go:145–147 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
143
}
144
145
func
(s *ActiveUsersCleanupService) ActiveUsers() []string {
146
return
s.activeUsers.ActiveUsers(time.Now().Add(-s.inactiveTimeout).UnixNano())
147
}
Callers
nothing calls this directly
Calls
2
ActiveUsers
Method · 0.45
Add
Method · 0.45
Tested by
no test coverage detected