Closed
Description
Component(s)
No response
Is your feature request related to a problem? Please describe.
There is no metric which captures the uptime of processes running on a host.
Describe the solution you'd like
There should be a metric like process.uptime which should display the pid, elapsed time and command as dimensions.
Describe alternatives you've considered
Currently we use telegraf to capture the output of ps -eo pid,etime,comm.
Additional context
No response