AMBARI-15021. Set AMBARI_METRICS as the default datasource. (Prajwal Rao via yusaku)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c47fff35 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c47fff35 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c47fff35 Branch: refs/heads/branch-dev-patch-upgrade Commit: c47fff3576382e0e4efcd9f8b952b7362cec4390 Parents: 6eed333 Author: Yusaku Sako <[email protected]> Authored: Thu Feb 11 19:12:39 2016 -0800 Committer: Yusaku Sako <[email protected]> Committed: Thu Feb 11 19:12:39 2016 -0800 ---------------------------------------------------------------------- .../0.1.0/package/templates/metrics_grafana_datasource.json.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c47fff35/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/templates/metrics_grafana_datasource.json.j2 ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/templates/metrics_grafana_datasource.json.j2 b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/templates/metrics_grafana_datasource.json.j2 index a803da5..da04668 100644 --- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/templates/metrics_grafana_datasource.json.j2 +++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/templates/metrics_grafana_datasource.json.j2 @@ -28,6 +28,6 @@ "basicAuthUser": "", "basicAuthPassword": "", "withCredentials": false, - "isDefault": false, + "isDefault": true, "jsonData": {} -} \ No newline at end of file +}
