-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
out_prometheus_remote_write: add compress 'gzip'/'zstd' support #7239
Comments
I don't know how to link the PR to this issue but this is the implementation #7318 |
It would be great to have the ability to use zstd compression for Prometheus remote_write protocol - see https://victoriametrics.com/blog/victoriametrics-remote-write/ |
Zstd is definitely still in the roadmap. |
@leonardo-albertovich is there some road map users can see? We'd certainly benefit from using zstd, especially for S3 output plugin, to give better compression ratios resulting in smaller file part sizes (with bigger contents). |
https://github.com/fluent/fluent-bit/wiki/Fluent-Bit although zstd isn't there, I think it fell through the cracks, what do you think @edsiper? |
VictoriaMetrics team reach out on KubeCon asking if we support compression on remotewrite side. Mostly interest on gzip and zstd.
The text was updated successfully, but these errors were encountered: