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

api(prom): fix allocations made by promhttp #660

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Conversation

mmatczuk
Copy link
Contributor

Disable compression and move to new metrics encoding standard if supported to allow frequent allocations for gzip.

Fixes #659

Disable compression and move to new metrics encoding standard if supported to allow frequent allocations for gzip.

Fixes #659
@mmatczuk mmatczuk requested a review from a team as a code owner January 24, 2024 10:31
@mmatczuk mmatczuk merged commit 27e9b2d into main Jan 24, 2024
4 checks passed
@mmatczuk mmatczuk deleted the mmt/prom_fix_allocs branch January 24, 2024 10:43
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.

promhttp allocates a lot of memory for gzip
1 participant