Constant K8S_POD_UPTIME

Source
pub const K8S_POD_UPTIME: &str = "k8s.pod.uptime";
Expand description

§Description

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