AllocatorHealthChecksedit

The checks performed to determine if an allocator is healthy or not.

Propertiesedit

has_instances (boolean, required)
Whether the allocator has allocated instances
is_connected_to_zk (boolean, required)
Whether the allocator is connected to zk or not
is_docker_healthy (boolean, required)
Check performed by the allocator to figure out if docker is healthy

Exampleedit

{
   "has_instances" : true,
   "is_connected_to_zk" : true,
   "is_docker_healthy" : true
}