Assigned
Status Update
Comments
ak...@google.com <ak...@google.com> #2
We have shared this feature request to the Engineering team. Please keep an eye on this thread for any further update
[Deleted User] <[Deleted User]> #3
+1
Would like to see the following metrics in addition to what is listed at kubernetes metrics[1].
kubernetes.io/pod/X
based onhttps://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#podstatus-v1-core
- state: current phase that a pod is in(status.phase). One of Pending, Running, Succeeded, Failed, or Unkown.
- condition: current condition that a pod is in. This would need to be some combination of status.conditions.status and status.conditions.type.[PodScheduled|Ready|Initialized|Unschedulable|ContainersReady]
kubernetes.io/hpa/X
Based onhttps://kubernetes.io/docs/reference/generated/kubernetes-api/v1.14/#horizontalpodautoscalerstatus-v1-autoscaling
- size: current number of replicas(status.currentReplicas)
- desiredSize: desired number of replicas(status.desiredReplicas)
1.https://cloud.google.com/monitoring/api/metrics_kubernetes
Would like to see the following metrics in addition to what is listed at kubernetes metrics[1].
based on
- state: current phase that a pod is in(status.phase). One of Pending, Running, Succeeded, Failed, or Unkown.
- condition: current condition that a pod is in. This would need to be some combination of status.conditions.status and status.conditions.type.[PodScheduled|Ready|Initialized|Unschedulable|ContainersReady]
Based on
- size: current number of replicas(status.currentReplicas)
- desiredSize: desired number of replicas(status.desiredReplicas)
1.
Description