View Logs, Audits, Health, and Metrics

View Usage Log

  1. Go to Usage Log.
  2. Filter by time range, organization, user, token, model, channel, or status.
  3. Review request status, upstream status, token counts, quota consumption, and latency.
  4. Record the request ID for troubleshooting.

View Audit Log

  1. Go to Audit Log.
  2. Filter by operator, resource type, action, or time range.
  3. 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.