Repository: ambari Updated Branches: refs/heads/trunk 433ba384c -> 0b157069a
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/0b157069 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0b157069 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0b157069 Branch: refs/heads/trunk Commit: 0b157069a6766bcc2b8cfe827f019cd4fc7c5127 Parents: 433ba38 Author: Aravindan Vijayan <[email protected]> Authored: Mon Jan 30 16:09:08 2017 -0800 Committer: Aravindan Vijayan <[email protected]> Committed: Mon Jan 30 16:09:08 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/0b157069/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/0b157069/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 }
