pub const PROCESS_UPTIME: &'static str;
Expand description

§Description

The time the process has been running.

§Notes

Instrumentations SHOULD use counter with type double and measure uptime with at least millisecond precision

§Metadata

Instrument:counter
Unit:s
Status:Experimental