pub const K8S_CONTAINER_RESTART_COUNT: &str = "k8s.container.restart_count";
Expand description
Number of times the container was restarted. This attribute can be used to identify a particular container (running or stopped) within a container spec.
§Examples
0
2