consul/website/pages/docs/agent
Pierre Souchay 678489d9d1 Added ratelimit to handle throtling cache (#8226)
This implements a solution for #7863

It does:

    Add a new config cache.entry_fetch_rate to limit the number of calls/s for a given cache entry, default value = rate.Inf
    Add cache.entry_fetch_max_burst size of rate limit (default value = 2)

The new configuration now supports the following syntax for instance to allow 1 query every 3s:

    command line HCL: -hcl 'cache = { entry_fetch_rate = 0.333}'
    in JSON

{
  "cache": {
    "entry_fetch_rate": 0.333
  }
}
2020-07-27 21:11:42 +00:00
..
config-entries [backport: 1.8.x] xds: version sniff envoy and switch regular expressions from 'regex' to 'safe_regex' on newer envoy versions (#8265) 2020-07-09 17:04:23 -05:00
checks.mdx docs: fix misleading example for HTTP healthcheck (#7773) 2020-05-12 11:45:46 +02:00
cloud-auto-join.mdx remove 'sidebar_current' from frontmatter 2020-04-28 12:53:24 -04:00
dns.mdx Ingress and Terminating Gateway docs (#7710) 2020-05-13 16:29:40 -05:00
encryption.mdx Add certificate disclaimer for TLS encryption (#8316) 2020-07-21 16:39:16 +00:00
index.mdx remove 'sidebar_current' from frontmatter 2020-04-28 12:53:24 -04:00
kv.mdx remove 'sidebar_current' from frontmatter 2020-04-28 12:53:24 -04:00
options.mdx Added ratelimit to handle throtling cache (#8226) 2020-07-27 21:11:42 +00:00
rpc.mdx remove 'sidebar_current' from frontmatter 2020-04-28 12:53:24 -04:00
sentinel.mdx Add callouts to Enterprise features (#7548) 2020-04-28 12:53:29 -04:00
services.mdx Ingress and Terminating Gateway docs (#7710) 2020-05-13 16:29:40 -05:00
telemetry.mdx Merge pull request #8099 from hashicorp/gateway-services-endpoint 2020-06-12 21:15:25 +00:00
watches.mdx remove 'sidebar_current' from frontmatter 2020-04-28 12:53:24 -04:00