-
Notifications
You must be signed in to change notification settings - Fork 804
Description
I'm not sure what i am doing wrong here. I need to get additional metrics like pod restarts e.t.c using kube-state-metrics project but for whatever reason it is not showing in datadog metrics page. I can curl the metrics pointing to my kubernetes api-URL/metrics but the metrics are not showing in datadog. Datadog and kubernetes are integrated and i can see other default metrics but not the kube-state-metrics.
dd-agent pod, kube-state-metrics pod, kube-state-metrics service, dd-agent service and kubernetes api service are in the same cluster and can talk to each other.
Kubernetes version - 1.5.2
dd-agent version - 5.11.2
Is my version of dd-agent not compatible with kube-state-metric from https://github.com/kubernetes/kube-state-metrics? thanks for any help offered here