Explorar el Código

Merge pull request #1004 from sakshiarora13/devel

Issue #1003: Changing default time range and refresh values in telemetry dashboards
Sujit Jadhav hace 3 años
padre
commit
0e5e8194e7

+ 2 - 2
telemetry/roles/grafana_config/files/PowerMap.json

@@ -245,7 +245,7 @@
       "type": "hpcviz-idvl-hpcc-stream-net"
     }
   ],
-  "refresh": "5s",
+  "refresh": "",
   "schemaVersion": 33,
   "style": "dark",
   "tags": [],
@@ -292,7 +292,7 @@
     ]
   },
   "time": {
-    "from": "now-2d",
+    "from": "now-24h",
     "to": "now"
   },
   "timepicker": {},

+ 1 - 1
telemetry/roles/grafana_config/files/Sankey.json

@@ -470,7 +470,7 @@
     ]
   },
   "time": {
-    "from": "now-2d",
+    "from": "now-24h",
     "to": "now"
   },
   "timepicker": {},

+ 1 - 1
telemetry/roles/grafana_config/files/SpiralLayout.json

@@ -305,7 +305,7 @@
     ]
   },
   "time": {
-    "from": "now-7d",
+    "from": "now-24h",
     "to": "now"
   },
   "timepicker": {},

+ 2 - 2
telemetry/roles/grafana_config/files/parallel-coordinate.json

@@ -294,7 +294,7 @@
       "type": "hpcviz-idvl-hpcc-parallel-coordinate"
     }
   ],
-  "refresh": "5s",
+  "refresh": "",
   "schemaVersion": 33,
   "style": "dark",
   "tags": [],
@@ -322,7 +322,7 @@
     ]
   },
   "time": {
-    "from": "now-7d",
+    "from": "now-24h",
     "to": "now"
   },
   "timepicker": {},