Operations
Run IdentityScribe in production: monitoring, observability, and error handling.
Guides
Section titled “Guides”- Monitoring - Dashboards, operational workflows, alert runbooks
- Observability - Metrics, traces, logs, PromQL examples
- Failures - Error codes, retry semantics, support workflow
Quick health check
Section titled “Quick health check”# Readiness (ready to serve traffic)curl http://localhost:8080/readyz
# Liveness (process healthy)curl http://localhost:8080/livez
# Full diagnosticscurl http://localhost:8080/observe/doctor | jqKey endpoints
Section titled “Key endpoints”| Endpoint | Purpose |
|---|---|
/readyz | Kubernetes readiness probe |
/livez | Kubernetes liveness probe |
/observe/doctor | Full health report |
/observe/pressure | Resource pressure metrics |
/observe/hints | Query optimization hints |
/metrics | Prometheus metrics |