MCPcopy 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
145func (s *ActiveUsersCleanupService) ActiveUsers() []string {
146 return s.activeUsers.ActiveUsers(time.Now().Add(-s.inactiveTimeout).UnixNano())
147}

Callers

nothing calls this directly

Calls 2

ActiveUsersMethod · 0.45
AddMethod · 0.45

Tested by

no test coverage detected