[
https://issues.apache.org/jira/browse/HBASE-12455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-12455:
--------------------------
Resolution: Fixed
Release Note: When you click on 'Metrics Dump', it takes you to the servlet
at /jmx. This servlet dumps all metrics by name and their value. If you add a
query string of '?description=true', the dump will include descriptions on all
metric mbeans and attributes that are non-null and that do not have a
description that matches the attribute name exactly.
Hadoop Flags: Reviewed
Status: Resolved (was: Patch Available)
Pushed to branch+ Added a bit of doc to refguide. Tried to link from the
servlets but need more styling smarts. In general, we need to have links from
UI to refguide all over the place.
> Add 'description' to bean and attribute output when you do
> /jmx?description=true
> --------------------------------------------------------------------------------
>
> Key: HBASE-12455
> URL: https://issues.apache.org/jira/browse/HBASE-12455
> Project: HBase
> Issue Type: Improvement
> Components: metrics
> Reporter: stack
> Assignee: stack
> Fix For: 2.0.0, 0.99.2
>
> Attachments: 12455.txt, 12455.v2.txt, 12455.v2.txt, 12455.v3.txt,
> raw.json, with_descriptions.json
>
>
> Its hard figuring what our metrics mean. Each attribute and bean actually has
> a description but its hard to get at. In mission control, etc., you have to
> click on each attribute to see the description. Its painful. Because the
> description is rarely read, they are not as info-full as they could be.
> If you do /jmx in the UI, you get a dump of all beans associated with the
> server but its just the attribute/bean name + value. The description is there
> but its not displayed. We should give option to display descriptions. It
> would be good for those exploring what metrics are available. We actually
> point folks at jvisualvm in the refguide to figure what metrics are
> available. Would be useful if we could point them at something that was
> easier to navigate.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)