Repository: ambari Updated Branches: refs/heads/trunk ad0d0b094 -> 43f227ac7
AMBARI-9161. Disable per Region metrics for the Metrics System. Missing metric definition. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/43f227ac Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/43f227ac Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/43f227ac Branch: refs/heads/trunk Commit: 43f227ac7e01f6aac5b3d4b93bf02fb25f6a2240 Parents: ad0d0b0 Author: Siddharth Wagle <[email protected]> Authored: Thu Jan 15 16:46:16 2015 -0800 Committer: Siddharth Wagle <[email protected]> Committed: Thu Jan 15 16:46:49 2015 -0800 ---------------------------------------------------------------------- .../resources/common-services/HBASE/0.96.0.2.0/metrics.json | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/43f227ac/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/metrics.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/metrics.json b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/metrics.json index 50f9c42..870aa38 100644 --- a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/metrics.json +++ b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/metrics.json @@ -819,6 +819,11 @@ "pointInTime": true, "temporal": true }, + "metrics/hbase/regionserver/blockCacheHitPercent": { + "metric": "regionserver.Server.blockCountHitPercent", + "pointInTime": true, + "temporal": true + }, "metrics/rpc/createTable_avg_time": { "metric": "rpc.rpc.createTable_avg_time", "pointInTime": true,
