Please record data function execution in user action log, including both executed locally and on server.
We have many customers running data functions (Python / R / TERR) on daily basis and many of them consume lots of system resources, aka CPU or memory, sometimes it could cause system halt.
Recording these in user actions will greatly help admin to minitor the usage and also diagnose performance issue.
We understand currently there are some user action log categories and actions are already implemented for data function execution (Python / R / TERR), however there are only two actions "session_open" and "session_close" and the information is very limited, there is no information about who ran it, the dxp name, the data function name, the input data size, the output data size, the execution time, all these are very important for performance tuning and system monitoring.