Constant CONTAINER_UPTIME
pub const CONTAINER_UPTIME: &'static str;
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 |