health_check_config {
    timeout {
        seconds: 1
    }
    interval {
        seconds: 1
    }
    interval_jitter {
        seconds: 1
    }
    no_traffic_interval {
        seconds: 5
    }
    unhealthy_threshold {
        value: 1
    }
    healthy_threshold: {
        value: 2
    }
    http_health_check {
        service_name_matcher {
            prefix: "locations"
        }
        path: "/healthcheck"
    }
}
actions {
    raise_event: REMOTE_CLOSE
}
actions {
    raise_event: REMOTE_CLOSE
}
