docs: fix three stale references failing the fabricated-docs gate (#7728)

This commit is contained in:
Diego Rodrigues de Sa e Souza
2026-07-19 14:37:21 -03:00
committed by GitHub
parent 0ecc380928
commit 26fa0fc753
3 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1 @@
- docs: correct three stale references caught by the fabricated-docs gate (`/api/version``/api/monitoring/health`, migration `125_``126_reasoning_routing_rules.sql`)

View File

@@ -99,7 +99,7 @@ not** skip steps; each is timed.
### 4.2 Cluster-wide latency regression
1. Check the most recent deploy (`/api/system/version` returns the SHA).
1. Check the most recent deploy (`/api/monitoring/health` returns `appVersion`).
2. If p95 doubled vs the 7-day baseline, **roll back** to the prior
SHA via `bin/rollback.sh`.
3. If the regression is provider-side, see § 4.1.

View File

@@ -125,7 +125,7 @@ flag in the weekly perf review.
| Endpoint | Method | p50 | p95 | p99 |
|---|---|---|---|---|
| `/api/health/ping` | GET | 5 ms | 20 ms | 50 ms |
| `/api/system/version` | GET | 5 ms | 20 ms | 50 ms |
| `/api/monitoring/health` | GET | 5 ms | 20 ms | 50 ms |
| `/api/docs` | GET | 20 ms | 80 ms | 200 ms (HTML shell, no provider call) |
---