Kube_pod_status_ready metric is missing on Grafana Cloud

  • What Grafana version and what operating system are you using?
    ** helm show chart grafana/k8s-monitoring
name: k8s-monitoring
sources: https://github.com/grafana/k8s-monitoring-helm/tree/main/charts/k8s-monitoring
type: application
version: 2.0.23
v1.32.3+k3s1 (079ffa8d)
  • What are you trying to achieve?
    getting all metrics scrapped especially kube_pod_status_ready

  • How are you trying to achieve it?
    k8s-monitoring with all option enabled and remote write to grafana cloud

  • What happened?
    Exploring prometheus datasource in grafana cloud does not show certain metric especially kube_pod_status_ready
    Manually curl to the kube-state-metrics service shows that this metrics exist

  • What did you expect to happen?

# TYPE kube_pod_status_ready gauge
kube_pod_status_ready{namespace="grafana-cloud",pod="grafana-k8s-monitoring-alloy-metrics-0",uid="48d1ba7f-97a4-4055-aed3-63b92cea4968",condition="true"} 1
kube_pod_status_ready{namespace="grafana-cloud",pod="grafana-k8s-monitoring-alloy-metrics-0",uid="48d1ba7f-97a4-4055-aed3-63b92cea4968",condition="false"} 0
kube_pod_status_ready{namespace="grafana-cloud",pod="grafana-k8s-monitoring-alloy-metrics-0",uid="48d1ba7f-97a4-4055-aed3-63b92cea4968",condition="unknown"} 0
kube_pod_status_ready{namespace="kubernetes-dashboard",pod="kubernetes-dashboard-web-658946f7f9-g8nsh",uid="12ef343e-dfa9-4b6b-9448-9fe3b0ca5418",condition="true"} 1
kube_pod_status_ready{namespace="kubernetes-dashboard",pod="kubernetes-dashboard-web-658946f7f9-g8nsh",uid="12ef343e-dfa9-4b6b-9448-9fe3b0ca5418",condition="false"} 0
kube_pod_status_ready{namespace="kubernetes-dashboard",pod="kubernetes-dashboard-web-658946f7f9-g8nsh",uid="12ef343e-dfa9-4b6b-9448-9fe3b0ca5418",condition="unknown"} 0
  • Can you copy/paste the configuration(s) that you are having problems with?

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
    No relevant error that i can see from grafana cloud or local k8s-monitoring stack.
    Status of the metric:

  • Did you follow any online instructions? If so, what is the URL?
    Following the Grafana cloud setup wizard