When I try hitting localhost:5984/_stats I get:
{"error":"not_found","reason":"Database does not exist."}On my 1.6 box it returns stats as expected. All of the 2.0 docs still refer to /_stats, but it's not working for me. Of note, I'm testing this against a cluster setup. Could that be the problem? Is /_stats not supported in a cluster? If not, what is the equivalent?
