diff --git a/src/main/docbkx/ops_mgt.xml b/src/main/docbkx/ops_mgt.xml index cce92f65176..c1b1bd8e347 100644 --- a/src/main/docbkx/ops_mgt.xml +++ b/src/main/docbkx/ops_mgt.xml @@ -1030,8 +1030,8 @@ $ for i in `cat conf/regionservers|sort`; do ./bin/graceful_stop.sh --restart -- Click the Metrics Dump link near the top. The metrics for the region server are presented as a dump of the JMX bean in JSON format. This will dump out all metrics names and their values. - To include metrics descriptions in the listing — this can be useful when you are exploring - what is available — add a query string of + To include metrics descriptions in the listing — this can be useful when you are exploring + what is available — add a query string of ?description=true so your URL becomes http://REGIONSERVER_HOSTNAME:60030/jmx?description=true. Not all beans and attributes have descriptions. @@ -1041,8 +1041,8 @@ $ for i in `cat conf/regionservers|sort`; do ./bin/graceful_stop.sh --restart -- To view metrics for the Master, connect to the Master's web UI instead (defaults to http://localhost:60010 or port 16010 in HBase 1.0+) and click its Metrics Dump link. - To include metrics descriptions in the listing — this can be useful when you are exploring - what is available — add a query string of + To include metrics descriptions in the listing — this can be useful when you are exploring + what is available — add a query string of ?description=true so your URL becomes http://REGIONSERVER_HOSTNAME:60010/jmx?description=true. Not all beans and attributes have descriptions.