Skip to content

Commit f938686

Browse files
authored
Enable grpc compression to be snappy-block (#47)
Reduces 93.6% traffic between ingester and distributor Causes no additional latency, cpu or memory usage Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 34f241a commit f938686

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## master / unreleased
4+
* [ENHANCEMENT] Configure `-ingester.client.grpc-compression` to be `snappy-block`
5+
36
## 1.16.1
47
* [CHANGE] Upgrade memcached to 1.6.23-alpine and memcached-exporter to v0.14.2
58
* [CHANGE] Use cortex v1.16.1

cortex/config.libsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
'distributor.replication-factor': $._config.replication_factor,
146146
'distributor.shard-by-all-labels': true,
147147
'distributor.health-check-ingesters': true,
148+
'ingester.client.grpc-compression': 'snappy-block',
148149
'ring.heartbeat-timeout': '10m',
149150
},
150151

0 commit comments

Comments
 (0)