Adjust loki_ingester_chunk_compression_ratio to better report compression ratio #1138
Labels
good first issue
These are great first issues. If you are looking for a place to start, start here!
Currently
loki_ingester_chunk_compression_ratio
(https://github.com/grafana/loki/blob/master/pkg/ingester/flush.go#L44) has poorly defined histogram buckets.The 90th percentile will often be artificially capped at 8.5 (the largest bucket value). Additionally it will might be nice to have more vision <1. Through experimentation determine and configure a better set of buckets.
The text was updated successfully, but these errors were encountered: