Operations
You deployed IdentityScribe. This section covers everything that happens next: checking health, watching signals, investigating problems, and handling errors.
Quick health check
Section titled “Quick health check”# Is the process alive?curl http://localhost:8080/livez
# Can it serve traffic?curl http://localhost:8080/readyz
# Full diagnostics with recommendationscurl http://localhost:8080/observe/doctor | jqFind what you need
Section titled “Find what you need”| I want to… | Go to |
|---|---|
| Check if it’s healthy | Health and Monitoring |
| Understand pressure gauges | Health and Monitoring |
| Know what metrics to watch | Signals |
| Investigate a problem | Logging and Traces |
| Handle client errors | Error Handling |
| Look up a specific metric | Telemetry Reference |
| Look up an error code | Error Catalog |
Browse all /observe/* endpoints | Endpoints Reference |