Skip to content

Commit

Permalink
Add memcached_client parameter option (#3799)
Browse files Browse the repository at this point in the history
Parameter addresses is tested with AWS ElastiCache memcached and works, this parameter is taken from cortex documentation
  • Loading branch information
bt909 authored Jun 22, 2021
1 parent c756113 commit 5e5e638
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/sources/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1507,6 +1507,11 @@ memcached_client:
# CLI flag: -<prefix>.memcached.service
[service: <string> | default = "memcached"]
# EXPERIMENTAL: Comma separated addresses list in DNS Service Discovery format:
# https://cortexmetrics.io/docs/configuration/arguments/#dns-service-discovery
# CLI flag: -<prefix>.memcached.addresses
[addresses: <string> | default = ""]
# Maximum time to wait before giving up on memcached requests.
# CLI flag: -<prefix>.memcached.timeout
[timeout: <duration> | default = 100ms]
Expand Down

0 comments on commit 5e5e638

Please sign in to comment.