Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Goutham Veeramachaneni <[email protected]>
  • Loading branch information
gouthamve committed Sep 13, 2021
1 parent 17b4dfe commit 6ed56f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions cortex/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@

// These are all the flags for the default limits.
distributorLimitsConfig: {
'distributor.ingestion-rate-limit-strategy': 'global',
'distributor.ingestion-rate-limit': $._config.limits.ingestion_rate,
'distributor.ingestion-burst-size': $._config.limits.ingestion_burst_size,
},
Expand Down
2 changes: 0 additions & 2 deletions cortex/distributor.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
'server.grpc.keepalive.max-connection-age-grace': '5m',
'server.grpc.keepalive.max-connection-idle': '1m',

'distributor.ingestion-rate-limit-strategy': 'global',

// The ingestion rate global limit requires the distributors to form a ring.
'distributor.ring.consul.hostname': 'consul.%s.svc.cluster.local:8500' % $._config.namespace,
'distributor.ring.prefix': '',
Expand Down

0 comments on commit 6ed56f7

Please sign in to comment.