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

[prometheus/loki].write: add more compression algorithms #913

Open
TheRealNoob opened this issue May 23, 2024 · 5 comments
Open

[prometheus/loki].write: add more compression algorithms #913

TheRealNoob opened this issue May 23, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@TheRealNoob
Copy link

Request

It would be nice to see more (different) compression algorithms supported during write operations to prometheus and loki. gzip compression is by far the most common being support by all webservers such as nginx. Other common algorithms are deflate, brotli, and zstd.

Use case

nginx doesn't support snappy compression, and for large implementations it would make a lot of sense to be able to send compressed data.

@TheRealNoob TheRealNoob added the enhancement New feature or request label May 23, 2024
@csh0101
Copy link

csh0101 commented May 28, 2024

what problem about snappy? for nginx

@TheRealNoob
Copy link
Author

my understanding is that nginx doesn't support snappy out of the box - some people have made modules to add it but it's unrealistic to expect most people will do that

@csh0101
Copy link

csh0101 commented May 30, 2024

my understanding is that nginx doesn't support snappy out of the box - some people have made modules to add it but it's unrealistic to expect most people will do that我的理解是 Nginx 不支持开箱即用的 snappy - 有些人已经制作了模块来添加它,但期望大多数人会这样做是不现实的

I get it.. you mean's maybe snappy data compression format data is not support for uncompressed in nginx.. so alloy need other compress method?

@TheRealNoob
Copy link
Author

so alloy need other compress method?

Yes correct

@csh0101
Copy link

csh0101 commented Jun 15, 2024

so alloy need other compress method?那么合金需要其他压缩方法吗?

Yes correct

if i have time i will see this .. these days i have some busy .. i m very interested to contributor code into alloy..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants