Project

General

Profile

Feature #19388

Updated by Tom Clegg over 1 year ago

The goal is to report which users are actively using the cluster be able to log user activity (e.g. Playground). on Playground) 

 Proposed logging feature: 
 * Add config entry for We would also like record if a user activity logging period (default 24h) 
 * Whenever a token is issued by has done something with one of their tokens in the /login endpoint *or* a token is used in a /collections last N minutes or /container_requests API request, create a log entry with event_type="activity", object_uuid=user_uuid 
 * A given controller process creates no more than one log entry per user per activity logging period hours. 

 This limits the number of log entries per period to #users x #controllers x #controller restarts. 

Back