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]