-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node-exporter + kube-state-metrics configuration steps missing #40
Comments
Allthough I replaced the token and certificate file in prometheus I see the following errors: msg="/app/discovery/kubernetes/kubernetes.go:363: Failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:default:default" cannot list resource "pods" in API group "" in the namespace "monitoring"" |
After specifying the serviceaccount in the pometheus deployment the right account is used. I see some targets in prometheus but there are not a lot metrics being collected. Also the dashboards stay empty. level=info ts=2020-08-25T23:40:33.097Z caller=head.go:804 component=tsdb msg="Head GC completed" duration=28.837431ms |
I only see one active target. Can somebody help me out. I think I am close to a working set-up :) monitoring/monitoring-prometheus-oper-alertmanager/0 (0/0 active targets) |
Hello,
I deployed Prometheus + node-exporter + kube-state-metrics and followed the instructions but dashboards are not populating. I can see some metrics in the plugin itself like cluster status, node and applications overview.
Is there some additional configuration I need to do to point prometheus to node-exporter / kube-state-metrics?
Regards,
Ronald
The text was updated successfully, but these errors were encountered: