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

fix(qos): Use PolledMeter to prevent metric deletion by Garbage Collector #4810

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

kbatalin
Copy link
Contributor

@kbatalin kbatalin commented Dec 10, 2024

Depending on the load and configuration, the metric may be updated infrequently, and therefore the real value is deleted. As a result, instead of the value you see N/A. Replaced with PolledMeter to hold a strong reference

…ctor

Depending on the load and configuration, the metric may be updated infrequently, and therefore the real value is deleted. As a result, instead of the value you see N/A. Replaced with PolledMeter to hold a strong reference
@kbatalin kbatalin marked this pull request as ready for review December 10, 2024 10:53
@dbyron-sf dbyron-sf added the ready to merge Approved and ready for merge label Dec 11, 2024
@mergify mergify bot added the auto merged Merged automatically by a bot label Dec 11, 2024
@mergify mergify bot merged commit 8e1ec6d into spinnaker:master Dec 11, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged Merged automatically by a bot ready to merge Approved and ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants