You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have recently installed, enabled, and configured this app. As you can see here, the Cluster Info is properly populated with information scraped from my cluster. Additionally, the generated data source, as shown here, indicates that the configuration is working properly.
However, as seen here, no Data Points are being collected by Grafana for any other automatically generated Dashboards.
I have manually modified my prometheus.yml file for the Prometheus server running on my Cluster to contain the kubernetes-kubelet Job as well as deployed the required Kube Exporter and Kube State Metrics deployment manifests, which are happily running on my cluster right now.
Is there something else I need to do? The cluster is configured using the SSL Certificates found within my ~/.kube/config file.
Hello, I have recently installed, enabled, and configured this app. As you can see here, the Cluster Info is properly populated with information scraped from my cluster. Additionally, the generated data source, as shown here, indicates that the configuration is working properly.
However, as seen here, no Data Points are being collected by Grafana for any other automatically generated Dashboards.
I have manually modified my prometheus.yml file for the Prometheus server running on my Cluster to contain the
kubernetes-kubeletJob as well as deployed the requiredKube ExporterandKube State Metricsdeployment manifests, which are happily running on my cluster right now.Is there something else I need to do? The cluster is configured using the SSL Certificates found within my
~/.kube/configfile.