diff --git a/website/content/docs/agent/limits/index.mdx b/website/content/docs/agent/limits/index.mdx index 9a522dc3313a..ff6f2213c812 100644 --- a/website/content/docs/agent/limits/index.mdx +++ b/website/content/docs/agent/limits/index.mdx @@ -31,6 +31,10 @@ Setting limits per source IP requires Consul Enterprise. You can define request rate limits in the agent configuration and in the control plane request limit configuration entry. The configuration entry also supports rate limit configurations for Consul resources. Consul perfroms the following order of operations when determing request rate limits: +![Diagram showing the order of operations for determining request rate limits.](/img/agent-rate-limiting-ops-order.jpg#light-theme-only) +![Diagram showing the order of operations for determining request rate limits.](/img/agent-rate-limiting-ops-order-dark.jpg#dark-theme-only) + + ## Kubernetes diff --git a/website/public/img/agent-rate-limiting-ops-order-dark.jpg b/website/public/img/agent-rate-limiting-ops-order-dark.jpg new file mode 100644 index 000000000000..c78c279973ae Binary files /dev/null and b/website/public/img/agent-rate-limiting-ops-order-dark.jpg differ diff --git a/website/public/img/agent-rate-limiting-ops-order.jpg b/website/public/img/agent-rate-limiting-ops-order.jpg new file mode 100644 index 000000000000..8f5105aa061e Binary files /dev/null and b/website/public/img/agent-rate-limiting-ops-order.jpg differ