From d8e2f5f142cd2f9358e6e992b78ef323a849d9c4 Mon Sep 17 00:00:00 2001 From: Thomas Belian Date: Fri, 4 Jun 2021 10:28:45 +0200 Subject: [PATCH] Add memcached_client parameter option Parameter addresses is tested with AWS ElastiCache memcached and works, this parameter is taken from cortex documentation --- docs/sources/configuration/_index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/sources/configuration/_index.md b/docs/sources/configuration/_index.md index 33cfb242288e8..930be474fa9a5 100644 --- a/docs/sources/configuration/_index.md +++ b/docs/sources/configuration/_index.md @@ -1448,6 +1448,11 @@ memcached_client: # CLI flag: -.memcached.service [service: | default = "memcached"] + # EXPERIMENTAL: Comma separated addresses list in DNS Service Discovery format: + # https://cortexmetrics.io/docs/configuration/arguments/#dns-service-discovery + # CLI flag: -.memcached.addresses + [addresses: | default = ""] + # Maximum time to wait before giving up on memcached requests. # CLI flag: -.memcached.timeout [timeout: | default = 100ms]