Skip to content

Operations

You deployed IdentityScribe. This section covers everything that happens next: checking health, watching signals, investigating problems, and handling errors.

Terminal window
# Is the process alive?
curl http://localhost:8080/livez
# Can it serve traffic?
curl http://localhost:8080/readyz
# Full diagnostics with recommendations
curl http://localhost:8080/observe/doctor | jq
I want to…Go to
Check if it’s healthyHealth and Monitoring
Understand pressure gaugesHealth and Monitoring
Know what metrics to watchSignals
Investigate a problemLogging and Traces
Handle client errorsError Handling
Look up a specific metricTelemetry Reference
Look up an error codeError Catalog
Browse all /observe/* endpointsEndpoints Reference