Skip to content

Operations

Run IdentityScribe in production: monitoring, observability, and error handling.

  • Monitoring - Dashboards, operational workflows, alert runbooks
  • Observability - Metrics, traces, logs, PromQL examples
  • Failures - Error codes, retry semantics, support workflow
Terminal window
# Readiness (ready to serve traffic)
curl http://localhost:8080/readyz
# Liveness (process healthy)
curl http://localhost:8080/livez
# Full diagnostics
curl http://localhost:8080/observe/doctor | jq
EndpointPurpose
/readyzKubernetes readiness probe
/livezKubernetes liveness probe
/observe/doctorFull health report
/observe/pressureResource pressure metrics
/observe/hintsQuery optimization hints
/metricsPrometheus metrics