concourse / hush-house

Concourse k8s-based environment
https://hush-house.pivotal.io
29 stars 23 forks source link

metrics: capture pod state change events #111

Open cirocosta opened 4 years ago

cirocosta commented 4 years ago

We've had an event where we've been seeing that a container was apparently being restarted, but we couldn't easily tell when that started, or whether it was indeed a restart (or something else).

It'd be great it we could quickly relate to the pod status information right from the place where we see those metrics (the dashboards we have).

To do so, we could probably leveragge kube-state-metrics:

https://github.com/kubernetes/kube-state-metrics/blob/master/docs/pod-metrics.md

(could probably use kube_pod_status_phase? not sure)