Skip to content

Commit 364ab7a

Browse files
committed
Update rate-limiting-strategies.md
1 parent 9aa876b commit 364ab7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/_includes/md/ai-gateway/v2/rate-limiting-strategies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rows:
1717
pros: Minimal performance impact.
1818
cons: Less accurate. Unless there's a consistent-hashing load balancer in front of {{site.ai_gateway}}, it diverges when scaling the number of nodes.
1919
- strategy: "`cluster`"
20-
description: Counters are stored in the {{site.base_gateway}} data store and shared across nodes.
20+
description: Counters are stored in the {{site.ai_gateway}} data store and shared across nodes.
2121
pros: Accurate<sup>1</sup>, no extra components to support.
2222
cons: Each request forces a read and a write on the data store. Therefore, relatively, the biggest performance impact. <br>Not supported in DB-less mode, hybrid mode, or {{site.konnect_short_name}} deployments.
2323
- strategy: "`redis`"
@@ -93,7 +93,7 @@ rows:
9393
{% endtable %}
9494
<!--vale on-->
9595

96-
If you choose to switch strategies, note that you can't port the existing usage metrics from the {{site.base_gateway}} data store to Redis.
96+
If you choose to switch strategies, note that you can't port the existing usage metrics from the {{site.ai_gateway}} data store to Redis.
9797
This might not be a problem with short-lived metrics (for example, seconds or minutes)
9898
but if you use metrics with a longer time frame (for example, months), plan your switch carefully.
9999

0 commit comments

Comments
 (0)