Skip to content
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

Update kubernetes controller manager metrics and dashboard #32007

Closed
MichaelKatsoulis opened this issue Jun 21, 2022 · 0 comments · Fixed by #32037
Closed

Update kubernetes controller manager metrics and dashboard #32007

MichaelKatsoulis opened this issue Jun 21, 2022 · 0 comments · Fixed by #32037
Assignees
Labels
bug Team:Cloudnative-Monitoring Label for the Cloud Native Monitoring team

Comments

@MichaelKatsoulis
Copy link
Contributor

Continuing the work done in #31973 Kubernetes controllermanager metricset should be updated.

Some of the metrics collected by Kubernetes controllermanager metricset are deprecated in newer versions of Kubernetes.

Currently we support k8s versions starting from 1.21.x so there is no need to keep searching for older versions' fields in current/newer versions of beats.

The following controller manager prometheus metrics are deprecated. Probably some of them have been substituted by other fields we are not currently collecting. This needs to be investigated.

http_request_duration_microseconds
http_request_size_bytes          
http_response_size_bytes                
http_requests_total                    

Also the OOTB dashboard should be updated as currently some visualisations are broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Team:Cloudnative-Monitoring Label for the Cloud Native Monitoring team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant