pyroscope
pyroscope copied to clipboard
WIP: Compare ingest path benchmark and compression
Currently we compress twice with gzip2 on the distributors, we should consider switching at least one of those off (if not both). Or consider a better transport compression.
TODO:
- Compare bytes on the wire with uncompress profile bytes
- Make zstd and/or lz4 work
Releates to https://github.com/grafana/pyroscope/issues/2545