View Logs, Audits, Health, and Metrics
View Usage Log
- Go to Usage Log.
- Filter by time range, organization, user, token, model, channel, or status.
- Review request status, upstream status, token counts, quota consumption, and latency.
- Record the request ID for troubleshooting.
View Audit Log
- Go to Audit Log.
- Filter by operator, resource type, action, or time range.
- Review create, update, delete, enable, and disable operations.
Check Health
curl -fsS http://{ROUTER_HOST}:3080/healthz
curl -fsS http://{ROUTER_HOST}:3080/readyz
Confirm that the gateway service, database connection, and upstream dependency status are normal.
Check Metrics
curl -fsS http://{ROUTER_HOST}:3080/metrics
Focus on request success rate, first output token latency, active streams, database pool status, and stream accounting queue status.
