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

Add --disable-metrics flag #13801

Closed
wants to merge 1 commit into from

Conversation

spowelljr
Copy link
Member

@spowelljr spowelljr commented Mar 16, 2022

Fixes #13656

Problem:
Implemented #13189 which increased the housekeeping interval to help alleviate CPU usage. However, this has seemed to completely disable metrics reporting and we have been getting numerous reports such as #13620.

Solution:
Removed increasing the housekeeping interval by default. Added a --disable-metrics (false by default) flag which will increase the housekeeping interval again and disable the metrics reporting for people that want to do so for CPU usage improvements.

@spowelljr
Copy link
Member Author

/ok-to-test

@spowelljr spowelljr closed this Mar 16, 2022
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Mar 16, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: spowelljr

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 16, 2022
@spowelljr spowelljr deleted the removeHousekeeping branch March 16, 2022 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

minikube upper than 1.24 fail to generate metrics container_cpu_system_seconds_total as a counter
2 participants