opentelemetry_semantic_conventions::metric

Constant PROCESS_UPTIME

Source
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

§Metadata

Instrument:counter
Unit:s
Status:Experimental