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

app/vmauth: explicitly unregister metrics set for auth config #6252

Merged
merged 1 commit into from May 14, 2024

Conversation

f41gh7
Copy link
Contributor

@f41gh7 f41gh7 commented May 10, 2024

it's needed to remove Summary metric type from the global state of metrics package. metrics package tracks each bucket of summary and periodically swaps old buckets with new.

Simple set unregister is not enough to release memory used by Set

#6247

Checklist

The following checks are mandatory:

it's needed to remove Summary metric type from the global state of metrics package.
metrics package tracks each bucket of summary and periodically swaps old buckets with new.

Simple set unregister is not enough to release memory used by Set

#6247
@hagen1778 hagen1778 merged commit 6a6e34a into master May 14, 2024
3 checks passed
@hagen1778 hagen1778 deleted the gh-6247 branch May 14, 2024 07:26
hagen1778 pushed a commit that referenced this pull request May 14, 2024
it's needed to remove Summary metric type from the global state of
metrics package. metrics package tracks each bucket of summary and
periodically swaps old buckets with new.

Simple set unregister is not enough to release memory used by Set

#6247
(cherry picked from commit 6a6e34a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants