-
Notifications
You must be signed in to change notification settings - Fork 203
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
Feature Request: Add a kube-state-metrics integration #474
Comments
Waiting for this feature |
Hey there. So, I'm just setting up allow on a new cluster for testing purposes. What would be the correct approach in this case? Thanks! |
@nickaguilarh unfortunately I had to deploy kube-state-metrics from kube-prometheus-stack. |
interested in this feature |
Is there any progress on this feature? Or is it something that will be done in the future? I have been forced to use kube-state-metrics from kube-prometheus-stack as @nickaguilarh |
kube-state-metrics (KSM) is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
It is a de facto standard for monitoring Kubernetes and comes bundled with kube-prometheus-stack (and the its helm chart). Common (bundled in kube-prometheus-stack) dashboards depend on metrics exported by KSM to work.
The text was updated successfully, but these errors were encountered: