rethinkdb / docs

RethinkDB documentation
http://rethinkdb.com/docs
Apache License 2.0
117 stars 167 forks source link

server_status table format changes #788

Closed timmaxw closed 9 years ago

timmaxw commented 9 years ago

Disconnected servers no longer appear in server_status. The format for connected servers is now as follows:

{
    id: "7e0f1f91-06c7-4d81-990b-6187a3194360",
    name: "companion_cube",
    network: {
        canonical_addresses: [
            { host: "127.0.0.1", port: 29015 },
            { host: "127.0.1.1", port: 29015 },
            { host: "::1", port: 29015 }
        ],
        cluster_port: 29015,
        hostname: "companion-cube",
        http_admin_port: 8080,
        reql_port: 28015,
        time_connected: Tue Jun 09 2015 03:17:15 GMT+00:00
    },
    process: {
        argv: ["/usr/bin/rethinkdb"],
        cache_size_mb: 1904.6484375,
        pid: 19806,
        time_started: Tue Jun 09 2015 03:17:15 GMT+00:00,
        version: "rethinkdb 2.0.0-1-1037-gf12f64 (debug) (CLANG 3.4 (tags/RELEASE_34/final))"
    }
}```
deontologician commented 9 years ago

Since it sounds like the server work has already been done, is this for the webui or docs?

deontologician commented 9 years ago

nevermind, just saw the repo I'm in.