Constant K8S_NODE_UPTIME

Source
pub const K8S_NODE_UPTIME: &str = "k8s.node.uptime";
Expand description

§Description

The time the Node 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