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

Option to serve compressed responses #219

Closed
Lusitaniae opened this issue Dec 13, 2023 · 4 comments
Closed

Option to serve compressed responses #219

Lusitaniae opened this issue Dec 13, 2023 · 4 comments

Comments

@Lusitaniae
Copy link

I'm currently using fluentd to generate a giant amount of metrics which have already passed 50Mb response sizes in some of our nodes

I can bump limits and timeouts on the scraping side of things, but compressing the response would probably be very useful here!

$ curl -s http://node1:9106/metrics | wc -c
37420840
$ curl -s http://node1:9106/metrics | gzip -c | wc -c
1877477
@Athishpranav2003
Copy link
Contributor

@Lusitaniae can you check this

@Athishpranav2003
Copy link
Contributor

@Lusitaniae can you close this issue?

@ashie
Copy link
Member

ashie commented Aug 2, 2024

Fixed via #223

@ashie ashie closed this as completed Aug 2, 2024
@ashie
Copy link
Member

ashie commented Aug 2, 2024

I've released v2.2.0 that supports gzip.

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

No branches or pull requests

3 participants