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
…#6158)
This PR adds the following set of calculated metrics for Pods and containers:
- `kubernetes.container.cpu.usage.node.pct`
- `kubernetes.container.cpu.usage.limit.pct`
- `kubernetes.container.memory.usage.node.pct`
- `kubernetes.container.memory.usage.limit.pct`
- `kubernetes.pod.cpu.usage.nanocores`
- `kubernetes.pod.cpu.usage.node.pct`
- `kubernetes.pod.cpu.usage.limit.pct`
- `kubernetes.pod.memory.usage.bytes`
- `kubernetes.pod.memory.usage.node.pct`
- `kubernetes.pod.memory.usage.limit.pct`
As the source of data to calculate these values comes from different places (kubelet & kube-state-metrics) I added a mechanism to share some performance metrics through an in-memory cache. For that reason, these new metrics will only be available when `state_*` metricsets are enabled.
Closes#6125Closes#6124
When admins don't set
kubernetes.container.memory.available.bytes
it should default tokubernetes.node.memory.allocatable.bytes
The text was updated successfully, but these errors were encountered: