Hello Tidy Bot, Kudu Jenkins, Andrew Wong,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/17903
to look at the new patch set (#8).
Change subject: KUDU-1959 - Implement aggregate startup progress metrics
......................................................................
KUDU-1959 - Implement aggregate startup progress metrics
We expose the below metrics as a part of this commit:
* startup_progress_steps_remaining : count of server startup steps which
are yet to be completed. This value is in the range [0,4].
* startup_progress_time_elapsed : the time elapsed so far for the server to
startup. If the startup is completed, this is the total time taken for the
startup. This is in milliseconds.
These metrics are primarily expected to be used by third party monitoring tools
to see how long has the server taken to startup historically for any sort of
trend analysis.
The startup_progress_time_elapsed metric can also be used to check the
previous startup time as an alternative to the startup page in the WebUI.
Change-Id: I0a508c3baf0a0d77baf75f36f7bb305a6ad821e1
---
M src/kudu/server/server_base.cc
M src/kudu/server/startup_path_handler.cc
M src/kudu/server/startup_path_handler.h
3 files changed, 60 insertions(+), 3 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/03/17903/8
--
To view, visit http://gerrit.cloudera.org:8080/17903
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0a508c3baf0a0d77baf75f36f7bb305a6ad821e1
Gerrit-Change-Number: 17903
Gerrit-PatchSet: 8
Gerrit-Owner: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)