Commit c9c3df4a authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

updated grafana dashboards

parent fb15120f
Loading
Loading
Loading
Loading
+772 −773
Original line number Diff line number Diff line
@@ -15,8 +15,7 @@
  "editable": true,
  "gnetId": null,
  "graphTooltip": 0,
    "id": 9,
    "iteration": 1613430221598,
  "iteration": 1613495656791,
  "links": [],
  "panels": [
    {
@@ -793,7 +792,7 @@
    ]
  },
  "time": {
      "from": "now-1h",
    "from": "now-24h",
    "to": "now"
  },
  "timepicker": {
@@ -814,5 +813,5 @@
  "timezone": "",
  "title": "Platform (AdvantEDGE)",
  "uid": "platform-advantedge",
    "version": 9
  "version": 1
}
 No newline at end of file
+13467 −13467
Original line number Diff line number Diff line
@@ -13617,5 +13617,5 @@
  "timezone": "browser",
  "title": "Runtime Environment (Node)",
  "uid": "runtime-environment-node",
    "version": 6
  "version": 1
}
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -348,10 +348,10 @@ export const DEFAULT_DASHBOARD_OPTIONS = [
  },
  {
    label: 'Platform Metrics',
    value: HOST_PATH + '/grafana/d/platform-advantedge/platform-advantedge?orgId=1&refresh=15s&theme=light'
    value: HOST_PATH + '/grafana/d/platform-advantedge/platform-advantedge?orgId=1&refresh=15s&kiosk=tv&theme=light'
  },
  {
    label: 'Runtime Environment Metrics (Node)',
    value: HOST_PATH + '/grafana/d/runtime-environment-node/runtime-environment-node?orgId=1&refresh=15s&theme=light'
    value: HOST_PATH + '/grafana/d/runtime-environment-node/runtime-environment-node?orgId=1&refresh=15s&kiosk=tv&theme=light'
  }
];