You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`k8s.container.cpu.limit_utilization`| Gauge |`1`| The ratio of container CPU usage to its CPU limit. [1]||[`k8s.container`](/docs/registry/entities/k8s.md#k8s-container)|
1836
+
1837
+
**[1]:** The value range is [0.0,1.0]. A value of 1.0 means the container is using 100% of its CPU limit. If the CPU limit is not set, this metric SHOULD NOT be emitted for that container.
|`k8s.container.cpu.request_utilization`| Gauge |`1`| The ratio of container CPU usage to its CPU request. ||[`k8s.container`](/docs/registry/entities/k8s.md#k8s-container)|
brief: "The ratio of container CPU usage to its CPU limit."
1153
+
entity_associations:
1154
+
- k8s.container
1155
+
note: >
1156
+
The value range is [0.0,1.0]. A value of 1.0 means the container is using 100% of its CPU limit. If the CPU limit is not set, this metric SHOULD NOT be emitted for that container.
0 commit comments