mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
docs: fix three stale references failing the fabricated-docs gate (#7728)
This commit is contained in:
committed by
GitHub
parent
0ecc380928
commit
26fa0fc753
1
changelog.d/fixes/docs-fabricated-claims.md
Normal file
1
changelog.d/fixes/docs-fabricated-claims.md
Normal 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`)
|
||||
@@ -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.
|
||||
|
||||
@@ -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) |
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user