Check Health and Readiness of Process Manager
The Process Manager provides two endpoints in its internal API that allow administrators to check the status of the Process Manager.
http://process-manager:3001/liveness
- Returns status code200
and a response body ofOK
when the process manager has been started and is running.http://process-manager:3001/readiness
- Returns status code200
and a response body ofOK
when the process manager has completed initialization and is ready to respond to process requests.
View Process Manager Metrics
The Process Manager provides various measures in the Prometheus Metrics format, which are retrievable at: http://process-manager:3001/metrics
.