diff options
author | Mika Rautakumpu <mika.rautakumpu@nokia.com> | 2018-03-20 19:33:15 +0200 |
---|---|---|
committer | Mika Rautakumpu <mika.rautakumpu@nokia.com> | 2018-03-20 19:33:15 +0200 |
commit | b5b78e6b114d21a7fbc5f0f393dc8b0ff85972a4 (patch) | |
tree | 7a2454a0653da2820443ef4d8d91f1124c6d79d6 /dashboard/opnfv_yardstick_tc082.json | |
parent | 5f61719a12ff20df3679d01578de84110f68302f (diff) |
Fix for datasource field value
This is fix for grafana dashboard templates
where variable "${DS_YARDSTICK}" is replaced
by "yardstick".
JIRA: YARDSTICK-1089
Change-Id: I0647d5bfd772a2d9ffa18bac59cdbbb39c8ec0ab
Signed-off-by: Mika Rautakumpu <mika.rautakumpu@nokia.com>
Diffstat (limited to 'dashboard/opnfv_yardstick_tc082.json')
-rw-r--r-- | dashboard/opnfv_yardstick_tc082.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dashboard/opnfv_yardstick_tc082.json b/dashboard/opnfv_yardstick_tc082.json index 38d9d8f57..1fbaf1d6c 100644 --- a/dashboard/opnfv_yardstick_tc082.json +++ b/dashboard/opnfv_yardstick_tc082.json @@ -49,7 +49,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_YARDSTICK}", + "datasource": "yardstick", "description": "", "fill": 1, "id": 7, @@ -167,7 +167,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_YARDSTICK}", + "datasource": "yardstick", "description": "", "fill": 1, "id": 9, @@ -274,7 +274,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_YARDSTICK}", + "datasource": "yardstick", "description": "", "fill": 1, "id": 1, @@ -369,7 +369,7 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "${DS_YARDSTICK}", + "datasource": "yardstick", "description": "", "fill": 1, "id": 5, @@ -508,4 +508,4 @@ "timezone": "", "title": "opnfv_yardstick_tc082", "version": 5 -}
\ No newline at end of file +} |