From 8f645b9084f9553bba94bdf185c28754fbd318db Mon Sep 17 00:00:00 2001
From: Frostman <134872+Frostman@users.noreply.github.com>
Date: Wed, 17 Jun 2026 23:36:38 +0000
Subject: [PATCH] Update docs from fabric@v0.123.1
This is an automated commit created by GitHub Actions workflow,
in the fabric repository.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
docs/reference/fabric-api.md.gen | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/docs/reference/fabric-api.md.gen b/docs/reference/fabric-api.md.gen
index 0cb3f149..d7b8f4c9 100644
--- a/docs/reference/fabric-api.md.gen
+++ b/docs/reference/fabric-api.md.gen
@@ -991,6 +991,24 @@ _Appears in:_
| `trace` | |
+#### GatewayLogRateLimit
+
+
+
+GatewayLogRateLimit configures the token-bucket rate limiter applied to log
+output. Both fields must be greater than zero when the limiter is set.
+
+
+
+_Appears in:_
+- [GatewayLogs](#gatewaylogs)
+
+| Field | Description | Default | Validation |
+| --- | --- | --- | --- |
+| `burst` _integer_ | token bucket capacity | | Minimum: 1
|
+| `replenishPerSecond` _integer_ | ReplenishPerSecond is the number of tokens (messages) replenished per second | | Minimum: 1
|
+
+
#### GatewayLogs
@@ -1006,6 +1024,7 @@ _Appears in:_
| --- | --- | --- | --- |
| `default` _[GatewayLogLevel](#gatewayloglevel)_ | | | |
| `tags` _object (keys:string, values:[GatewayLogLevel](#gatewayloglevel))_ | | | |
+| `rateLimit` _[GatewayLogRateLimit](#gatewaylogratelimit)_ | | | |
#### GatewayPeering