KUDU-2986 p2: adjust the 'live_row_count' metric in master's Web UI

Hide the 'live_row_count' metric in the master's Web UI while
there is any tablet which doesn't support live row count. And
unhide it after the legacy tablets are all deleted.

http://master:8051/metrics?ids=5448c0a8658f467ea373d9044d567011
[
    {
        "type": "table",
        "id": "5448c0a8658f467ea373d9044d567011",
        "attributes": {
            "table_name": "testtable"
        },
        "metrics": [
            {
                "name": "on_disk_size",
                "value": 8417243
            }
        ]
    }
]

Change-Id: I4c7ac5ca7e8ce9dcc37035a7bc46ca69060d6533
Reviewed-on: http://gerrit.cloudera.org:8080/14601
Tested-by: Kudu Jenkins
Reviewed-by: Alexey Serbin <aserbin@cloudera.com>
3 files changed