Repository: ambari Updated Branches: refs/heads/branch-2.5 d9a0cec8b -> a4aae0667
AMBARI-19788 : Wrong metrics path: /api/v1/cluster/summary##nimbusUptime. (avijayan) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a4aae066 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a4aae066 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a4aae066 Branch: refs/heads/branch-2.5 Commit: a4aae06679f32b2125c6abe4d3db2b66405501c4 Parents: d9a0cec Author: Aravindan Vijayan <[email protected]> Authored: Mon Jan 30 16:07:48 2017 -0800 Committer: Aravindan Vijayan <[email protected]> Committed: Mon Jan 30 16:07:48 2017 -0800 ---------------------------------------------------------------------- .../src/main/resources/common-services/STORM/0.10.0/metrics.json | 4 ++-- .../src/main/resources/common-services/STORM/0.9.3/metrics.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/a4aae066/ambari-server/src/main/resources/common-services/STORM/0.10.0/metrics.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/STORM/0.10.0/metrics.json b/ambari-server/src/main/resources/common-services/STORM/0.10.0/metrics.json index 9617da5..b2b0404 100644 --- a/ambari-server/src/main/resources/common-services/STORM/0.10.0/metrics.json +++ b/ambari-server/src/main/resources/common-services/STORM/0.10.0/metrics.json @@ -102,8 +102,8 @@ "pointInTime": true, "temporal": false }, - "metrics/api/v1/cluster/summary/nimbusUptime": { - "metric": "/api/v1/cluster/summary##nimbusUptime", + "metrics/api/v1/nimbus/summary": { + "metric": "/api/v1/nimbus/summary?field=nimbuses##nimbuses", "pointInTime": true, "temporal": false } http://git-wip-us.apache.org/repos/asf/ambari/blob/a4aae066/ambari-server/src/main/resources/common-services/STORM/0.9.3/metrics.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/STORM/0.9.3/metrics.json b/ambari-server/src/main/resources/common-services/STORM/0.9.3/metrics.json index 9e6c64c..d9a11b2 100644 --- a/ambari-server/src/main/resources/common-services/STORM/0.9.3/metrics.json +++ b/ambari-server/src/main/resources/common-services/STORM/0.9.3/metrics.json @@ -101,8 +101,8 @@ "pointInTime": true, "temporal": false }, - "metrics/api/v1/cluster/summary/nimbusUptime": { - "metric": "/api/v1/cluster/summary##nimbusUptime", + "metrics/api/v1/nimbus/summary": { + "metric": "/api/v1/nimbus/summary?field=nimbuses##nimbuses", "pointInTime": true, "temporal": false }
