-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fixed metrics path and deprecated labels for the cadvisor job #3312
Fixed metrics path and deprecated labels for the cadvisor job #3312
Conversation
Fixed dashboards using the right label Signed-off-by: Paolo Patierno <ppatierno@live.com>
The referenced Kubernetes PR says
Merging this PR would break support for Kubernetes 1.11–1.13. I know we're on the verge of dropping support for those versions ourselves, but we've not yet done so. |
We have always said that they are examples right? We don't provide support for them so we are not breaking compatibility with something we don't actually support. What are you proposing? Having the metrics working only on older Kubernetes version and having them broken on new ones? |
I'd forgotten that we've always said these were examples, rather than anything supported. However, it's probably worth mentioning in the changelog that we're dropping support for metrics in those older versions, and linking to this PR, so that it's more clear that we've done this on purpose, and users on older versions at least know how to fix things. |
Signed-off-by: Paolo Patierno <ppatierno@live.com>
Signed-off-by: Paolo Patierno <ppatierno@live.com>
…i#3312) * Fixed metrics path and deprecated labels for the cadvisor job Fixed dashboards using the right label Signed-off-by: Paolo Patierno <ppatierno@live.com> * Updated CHANGELOG with breaking changes on Kubernetes < 1.14 Signed-off-by: Paolo Patierno <ppatierno@live.com> * Fixed comment Signed-off-by: Paolo Patierno <ppatierno@live.com>
Fixed dashboards using the right label
Signed-off-by: Paolo Patierno ppatierno@live.com
Type of change
Select the type of your PR
Description
This PR fixes #3308.
Memory and CPU usage metrics are not working anymore on Kafka and ZooKeeper dashboards due to change on the path where cadvisor exposes the metrics and some deprecated and dropped labels on the related metrics.
Following the current not working metrics for Kafka and ZooKeeper dashboards.
and here the working ones using this PR.
Checklist
Please go through this checklist and make sure all applicable tasks have been done