Zhang Yifan has uploaded a new patch set (#9) to the change originally created by Yingchun Lai. ( http://gerrit.cloudera.org:8080/12304 )
Change subject: [webserver] Add table name filter to JSON metrics ...................................................................... [webserver] Add table name filter to JSON metrics Add `start_time` to describe the start time of a server in localtime format, like `2019-01-01 00:00:00 UTC`. We can use this information to acknowledge the last start time of a server, both master and tserver, to check whether there is an unexpect restarting, the server joined time, etc. We can get `start_time` of servers from both web-ui and command line `kudu tserver/master list`. Change-Id: I041467014499ad00c07398ad8f61c6d6ca1ceeca --- M src/kudu/server/default_path_handlers.cc M src/kudu/server/diagnostics_log.cc M src/kudu/tablet/tablet-test.cc M src/kudu/util/metrics-test.cc M src/kudu/util/metrics.cc M src/kudu/util/metrics.h 6 files changed, 122 insertions(+), 20 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/04/12304/9 -- To view, visit http://gerrit.cloudera.org:8080/12304 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I041467014499ad00c07398ad8f61c6d6ca1ceeca Gerrit-Change-Number: 12304 Gerrit-PatchSet: 9 Gerrit-Owner: Yingchun Lai <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]> Gerrit-Reviewer: Zhang Yifan <[email protected]>
