diff --git a/CHANGELOG.md b/CHANGELOG.md index a900b30..c8e1c01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## master / unreleased +* [ENHANCEMENT] Configure `-ingester.client.grpc-compression` to be `snappy-block` + ## 1.16.1 * [CHANGE] Upgrade memcached to 1.6.23-alpine and memcached-exporter to v0.14.2 * [CHANGE] Use cortex v1.16.1 diff --git a/cortex/config.libsonnet b/cortex/config.libsonnet index f964985..708d292 100644 --- a/cortex/config.libsonnet +++ b/cortex/config.libsonnet @@ -145,6 +145,7 @@ 'distributor.replication-factor': $._config.replication_factor, 'distributor.shard-by-all-labels': true, 'distributor.health-check-ingesters': true, + 'ingester.client.grpc-compression': 'snappy-block', 'ring.heartbeat-timeout': '10m', },