pub const PROCESS_UPTIME: &str = "process.uptime";
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
| |
Instrument: | counter |
Unit: | s |
Status: | Experimental |