HBASE-5671 hbase.metrics.showTableName should be true by default

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1306712 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-03-29 04:35:48 +00:00
parent ada9d8d361
commit 8a864815de
1 changed files with 11 additions and 0 deletions

View File

@ -883,4 +883,15 @@
files when hbase.data.umask.enable is true
</description>
</property>
<property>
<name>hbase.metrics.showTableName</name>
<value>true</value>
<description>Whether to include the prefix "tbl.tablename" in per-column family metrics.
If true, for each metric M, per-cf metrics will be reported for tbl.T.cf.CF.M, if false,
per-cf metrics will be aggregated by column-family across tables, and reported for cf.CF.M.
In both cases, the aggregated metric M across tables and cfs will be reported.
</description>
</property>
</configuration>