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

🐛 remove deprecated workqueue metrics with invalid names #437

Merged
merged 1 commit into from
Jun 7, 2019
Merged

🐛 remove deprecated workqueue metrics with invalid names #437

merged 1 commit into from
Jun 7, 2019

Commits on Jun 7, 2019

  1. metrics: migrate workqueue provider to v1.14 removing deprecated metrics

    Migration work was already done to move controller-runtime from k8s v1.13 to v1.14, however this introduced certain issues.
    
    Unfortunately, workqueue_queue_duration_seconds and workqueue_work_duration_seconds were included in v0.1.10, but were recorded with microsecond values. Moving to k8s v1.14 corrects those values to seconds.
    
    Primarily this change removes the metrics that were deprecated in k8s v1.14, but were never previously included in v0.1 of controller-runtime.
    
    The one metric that was deprecated and is retained is longest_running_processor_microseconds, as it was included in v0.1.10.
    abursavich authored and DirectXMan12 committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    ce521f8 View commit details
    Browse the repository at this point in the history