-
Notifications
You must be signed in to change notification settings - Fork 2k
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
kube-state-metrics initial code #1
Conversation
@bgrant0607 this is ready for review |
Does this have any potential for state metrics in a GUI? How can I access the metrics? I'm asking to understand the idea of this project. |
The README could clarify this. This summarizes status information available via the API and exports it to monitoring systems, using Prometheus-compatible metrics. The UI shouldn't need this. I could imagine, however, linking from dashboard to a monitoring dashboard. That could potentially be done via annotation conventions. |
FYI @a-robinson @vishh |
Updated the readme to include answers to @bryk's questions. |
@ghodss Can you post a separate patch with just the scope and overall design? |
@@ -1,2 +1,34 @@ | |||
# kube-state-metrics | |||
Add-on agent to export cluster metrics to monitoring systems. | |||
# Overview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@ghodss LGTM |
pull from kube-state-metrics master
Rebase container image on openshift/origin-base
Added missing cronjob and node atrributes : https://github.com/kubern…
…pigroup Allow custom resources with the same kind to be watched
No description provided.