diff --git a/src/main/resources/hbase-default.xml b/src/main/resources/hbase-default.xml index e15841bc3e4..341431ace55 100644 --- a/src/main/resources/hbase-default.xml +++ b/src/main/resources/hbase-default.xml @@ -883,4 +883,15 @@ files when hbase.data.umask.enable is true + + + hbase.metrics.showTableName + true + 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. + + +