AMBARI-5093. Ambari metric chart for #slots shows wrong # of used slots 
(aonishuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/cc07fbe7
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/cc07fbe7
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/cc07fbe7

Branch: refs/heads/trunk
Commit: cc07fbe75444415c60e92dc19fd2050d1fa862c3
Parents: f58c636
Author: Andrew Onischuk <aonis...@hortonworks.com>
Authored: Sun Mar 16 12:46:01 2014 -0700
Committer: Andrew Onischuk <aonis...@hortonworks.com>
Committed: Sun Mar 16 12:46:01 2014 -0700

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.1/services/STORM/metrics.json  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/cc07fbe7/ambari-server/src/main/resources/stacks/HDP/2.1/services/STORM/metrics.json
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.1/services/STORM/metrics.json 
b/ambari-server/src/main/resources/stacks/HDP/2.1/services/STORM/metrics.json
index ef3cde7..83e27d1 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.1/services/STORM/metrics.json
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.1/services/STORM/metrics.json
@@ -329,7 +329,7 @@
             "temporal": true
           },
           "metrics/storm/nimbus/usedslots": {
-            "metric": "Total Executors",
+            "metric": "Used Slots",
             "pointInTime": true,
             "temporal": true
           }

Reply via email to