Skip to content

Commit c2eef2d

Browse files
authored
Use default remote timeout (#15)
Use default remote timeout in distributors (2s) to prevent distributors OOMs
1 parent 15bb706 commit c2eef2d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* [CHANGE] Updated readme to use this repo with tanka
66
* [CHANGE] Removed chunks support
77
* [CHANGE] Use integrated cortex overrides exporter
8+
* [CHANGE] Use default remote timeout in distributors
89
* [ENHANCEMENT] Added main.jsonnet examples for azure, gcs and s3
910
* [ENHANCEMENT] How to rename buckets in AWS and Azure for `not healthy index found` playbook. #5
1011
* [ENHANCEMENT] Support new metrics cortex_cache_fetched_keys_total and cortex_cache_fetched_keys_total

cortex/distributor.libsonnet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
'validation.reject-old-samples': true,
1414
'validation.reject-old-samples.max-age': '12h',
1515
'runtime-config.file': '/etc/cortex/overrides.yaml',
16-
'distributor.remote-timeout': '20s',
1716

1817
'distributor.ha-tracker.enable': true,
1918
'distributor.ha-tracker.enable-for-all-users': true,

0 commit comments

Comments
 (0)