DataDog / datadog-agent

Main repository for Datadog Agent
https://docs.datadoghq.com/
Apache License 2.0
2.86k stars 1.2k forks source link

kube state metrics integration missing pod_name labels #4568

Open huydinhle opened 4 years ago

huydinhle commented 4 years ago

After deploying Kube-state-metrics in my kubernetes cluster along side with Datadog-agent. I was able to see kubernetes_state.pod.status_phase metrics showed up in datadog. However, there are no pod_name label/tag for this particular metric. Can we have kube state metrics integration includes this tag/label

Here is how it looks with kube-state-metric/metrics endpoint

kube_pod_status_phase{namespace="default",pod="nginx-deployment-687cbb6bc7-2tplf",phase="Pending"} 1
adam-akeneo commented 4 months ago

I think you can close the issue. It seems to have been fixed a long time ago.