Check Health of AI Hub
The AI Hub has a simple internal API that you can use to verify that the worker is healthy and able to respond to requests.
- If the worker's internal API has been published to its default port on the local machine, then you can navigate to:
http://localhost:4100/health
. - If the worker is active, you should see a response with a body of
OK
.
View AI Hub Metrics
The AI Hub provides a variety of metrics in the Prometheus Metrics format. If the worker's internal API has been published to its default port on the local machine, then these metrics can be viewed by navigating to: http://localhost:4100/metrics
.