pub const PROCESS_UPTIME: &str = "process.uptime";
Expand description
§Description
The time the process has been running.
§Notes
Instrumentations SHOULD use a gauge with type double
and measure uptime in seconds as a floating point number with the highest precision available.
The actual accuracy would depend on the instrumentation and operating system
§Metadata
Instrument: | gauge |
Unit: | s |
Status: | Development |