aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKubi <jean.gaoliang@huawei.com>2016-11-03 07:55:49 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-03 07:55:49 +0000
commit8e08c4c8abaa66d022287a124ca57576d5518d69 (patch)
tree1b2e2729d89aa4180d9d263f83473b4e56369f5b
parent27abd7c456dc497d06aa2aeca988173f30257782 (diff)
parent84e7c2a1f5e3c5bb5f77b6165ba25f02bdfe614e (diff)
Merge "This patch is used to update the time range in dashboard config from "now-2d" to "now-7d" so that dashboard will display the data from past 7 days.Updated the refresh time to "1d""
-rw-r--r--dashboard/KVMFORNFV-Cyclictest8
1 files changed, 4 insertions, 4 deletions
diff --git a/dashboard/KVMFORNFV-Cyclictest b/dashboard/KVMFORNFV-Cyclictest
index 41246d070..36c1ec778 100644
--- a/dashboard/KVMFORNFV-Cyclictest
+++ b/dashboard/KVMFORNFV-Cyclictest
@@ -1,5 +1,5 @@
{
- "id": 6,
+ "id": 42,
"title": "KVMFORNFV-Cyclictest",
"tags": [
"kvmfornfv-cyclictest"
@@ -475,8 +475,8 @@
}
],
"time": {
- "from": "now-2d",
- "to": "2016-10-22T04:02:56.969Z"
+ "from": "now-7d",
+ "to": "now"
},
"timepicker": {
"refresh_intervals": [
@@ -509,7 +509,7 @@
"annotations": {
"list": []
},
- "refresh": false,
+ "refresh": "1d",
"schemaVersion": 12,
"version": 1,
"links": [],