Skip to main content

K8S_POD_START_TIME

Constant K8S_POD_START_TIME 

pub const K8S_POD_START_TIME: &'static str;
Available on crate feature opentelemetry only.
Expand description

The start timestamp of the Pod.

§Notes

Date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod.

This attribute aligns with the startTime field of the K8s PodStatus, in ISO 8601 (RFC 3339 compatible) format.

§Examples

  • "2025-12-04T08:41:03Z"