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:
parent
ada9d8d361
commit
8a864815de
|
@ -883,4 +883,15 @@
|
||||||
files when hbase.data.umask.enable is true
|
files when hbase.data.umask.enable is true
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</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>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue