Commit graph

3 commits

Author SHA1 Message Date
jedarden
0f16d14e80 fix(bf-3ik4): replace zai-proxy.mcp namespace with devpod
Replace all occurrences of zai-proxy.mcp.svc.cluster.local with
zai-proxy.devpod.svc.cluster.local in documentation files.

Verification:
- No old namespace references remain (grep verified)
- DefaultConfig pattern is correct (shared parsing in config package)
- Dashboard rate tests pass
- Comma-splitting verified working

Fixed files:
- dashboard/README.md
- DEVELOPMENT.md
- docs/notes/CANARY_PROMOTION_CHECKLIST.md
- docs/notes/CANARY_PROMOTION_PROCEDURE.md
- docs/notes/CANARY_ROLLBACK_PROCEDURE.md
- docs/notes/DASHBOARD_API_REFERENCE.md
- docs/notes/DEPLOYMENT.md
- docs/notes/metrics.md
- docs/notes/TROUBLESHOOTING.md

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-02 19:25:33 -04:00
jedarden
c3289efcf9 docs(dashboard): enhance API reference with SSE implementation details and storage backend specs
- Add detailed SSE connection behavior and slow client detection
- Add server-side implementation details (broadcast hub, client management)
- Add automatic operations section (downsampling, cleanup, WAL mode)
- Add storage backend details (database, write strategy, query strategy)
- Fix retention period for metrics_5s (24h, not 6h)

Co-Authored-By: Claude <noreply@anthropic.com>
Bead-Id: bf-4rx
2026-06-21 10:32:03 -04:00
jedarden
19e6e9c959 docs(dashboard): add comprehensive API reference documentation
- Document all 5 API endpoints: /healthz, /api/config, /api/status, /api/metrics, /api/events
- Include request parameters, response schemas, and example curl commands
- Document SSE event types and format with code examples in JavaScript and Go
- Add data retention policies, CORS information, and browser usage guidance
- Link to related documentation

Co-Authored-By: Claude <noreply@anthropic.com>
Bead-Id: bf-4rx
2026-06-21 09:59:26 -04:00