-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 more metrics to k8sclusterreceiver #21234
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Which of those metrics do you need? All of them? Any sorting by priority? |
/label waiting-for-author |
Hi, thanks for following up. We do not have any priority. We are in the phase evaluating which kind of metrics we could get from opentelemetry receivers compared to prometheus. If it is easy and not too much work for you, it is nice to have them all. Because I am thinking this k8sclusterreceiver will be some replacement for kube-state-metrics, please correct me if I am wrong. Thank you very much! |
@ashlee3209 k8sclusterreceiver serves the same purpose as kube-state-metrics, but we don't want to blindly copy all the metrics from kube-state-metrics. Please describe your use cases and provide a list of metrics missing in k8sclusterreceiver that you depend on. |
It would be great if you can prioritize the metrics you want to see, which are just optional, and how you would like to proceed. My thinking is that you would create an issue per metric, and offer a metadata.yaml fragment for each explaining the metric usage and description, so the community can understand how this can help. |
FYI - Made one issue for |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
I think let's make separate issue for metrics we want to add and discuss them and let's close this generic issue. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Closing based on @povilasv's comment. Please feel free to open another issue to propose adding metrics. |
Component(s)
receiver/k8scluster
Is your feature request related to a problem? Please describe.
I tried to do a comparison of metrics collected by k8sclusterreceiver and exposed metrics listed in kube-state-metrics.
It seems like the receiver has fewer metrics. For example, node metric kube_node_status_capacity is missing in the receiver. Here is the metrics I collected from the receiver:
It is good if we could have more metrics as listed in kube-state-metrics.
Describe the solution you'd like
This might wait until #4367 is done so we can add more metrics more easily.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: