KairosDB provides REST APIs that show the health of the system.
There are currently two health checks executed for each API.
Returns the status of each health check as JSON.
GET
Always returns 200.
["JVM-Thread-Deadlock: OK","Datastore-Query: OK"]
Checks the status of each health check. If all are healthy it returns status 204 otherwise it returns 500. This can be configured to return something other than 204 by changing the kairosdb.health.healthyResponseCode property.
GET