Introduce log field for command.cpu_time_ms
This provides a single field for user+system time, a useful metric to have when attributing resource usage via logs, since kibana cannot easily add the two fields on the fly.
By pre-computing the sum, we have a single field we can use.
Example investigation where this would have been helpful: gitlab-com/gl-infra/production#5583 (comment 688007192).
Edited by Igor