Constant CONTAINER_UPTIME

Source
pub const CONTAINER_UPTIME: &str = "container.uptime";
Expand description

§Description

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