Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0-alpha-1, 2.4.6, 2.3.7
-
Reviewed
Description
In HBase 2.1+, there is a RIT jsp page that was added as part of HBASE-21410.
There are some additional RIT details that would be helpful to have in one place:
- RIT Start Time
- RIT Duration (ms)
- Server
- Procedure Type
This info can be added to the table under the /rit.jsp page, and we can also add a button on that page to view info as JSON, for easy parsing into metrics, etc. This JSON dump can be served as a servlet.
We may also consider different ways of grouping the JSON results, such as by state, table, or server name, and/or adding counts of RIT by state or server name.