-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add support for custom resource definition #457
Comments
My take: operators should expose metrics about the objects they expose themselves. There is no meaningful extension kube-state-metrics can do other than potentially providing a library to reuse the mechanisms built in this repository. The Prometheus Operator does this today already. |
Precisely. |
Do open an issue on the operator framework as I feel it should give you a nice surface to expose metrics. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I think we can close this. |
Don't metrics like |
Is this a BUG REPORT or FEATURE REQUEST?:
/kind feature
What happened:
As with the popular about operators, CRDs are used more and more frequently in Kubernetes. We should try to add support for collecting metrics about CRDs.
But, as CRDs are defined by different users and may vary from user to user, we may need to extract some common metrics or fields.
Maybe we should work with people from https://github.com/operator-framework as it may become the de facto sdks to develop operators.
I am not quite sure what to do for now, just propose this issue and hope to learn some suggestions from others.
The text was updated successfully, but these errors were encountered: