Skip to content

Commit

Permalink
update grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
Fruittips committed Nov 27, 2023
1 parent 23f365c commit 460b55f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions grafana.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"editorMode": "code",
"format": "table",
"rawQuery": true,
"rawSql": "SELECT \"timestamp\", fire_probability AS node_0 FROM firecloud WHERE node_id = 0 LIMIT 50 ",
"rawSql": "SELECT \"timestamp\", fire_probability AS node_0 FROM firecloud WHERE node_id = 0 order by\n timestamp desc LIMIT 50 ",
"refId": "Node 0 Probability",
"sql": {
"columns": [
Expand Down Expand Up @@ -197,7 +197,7 @@
"format": "table",
"hide": false,
"rawQuery": true,
"rawSql": "SELECT \"timestamp\", fire_probability AS node_1 FROM firecloud WHERE node_id = 1 LIMIT 50 ",
"rawSql": "SELECT \"timestamp\", fire_probability AS node_1 FROM firecloud WHERE node_id = 1 order by\n timestamp desc LIMIT 50 ",
"refId": "Node 1 Probability",
"sql": {
"columns": [
Expand Down Expand Up @@ -327,7 +327,7 @@
"editorMode": "code",
"format": "table",
"rawQuery": true,
"rawSql": "SELECT\n fire_probability,\n timestamp\nFROM\n firecloud\nORDER BY\n timestamp DESC\nLIMIT\n 1\n",
"rawSql": "SELECT\n fire_probability,\n timestamp\nFROM\n firecloud\nwhere\n node_id = 1\nORDER BY\n timestamp DESC\nLIMIT\n 1\n",
"refId": "A",
"sql": {
"columns": [
Expand Down Expand Up @@ -870,7 +870,7 @@
"editorMode": "code",
"format": "table",
"rawQuery": true,
"rawSql": "SELECT\n fire_probability,\n timestamp\nFROM\n firecloud\nORDER BY\n timestamp DESC\nLIMIT\n 1\n",
"rawSql": "SELECT\n fire_probability,\n timestamp\nFROM\n firecloud\nwhere\n node_id = 0\nORDER BY\n timestamp DESC\nLIMIT\n 1\n",
"refId": "A",
"sql": {
"columns": [
Expand Down Expand Up @@ -1342,20 +1342,20 @@
"type": "gauge"
}
],
"refresh": "",
"refresh": false,
"schemaVersion": 38,
"tags": [],
"templating": {
"list": []
},
"time": {
"from": "2023-11-27T11:48:26.784Z",
"to": "2023-11-27T12:13:06.918Z"
"from": "2023-11-27T12:15:23.454Z",
"to": "2023-11-27T12:19:27.019Z"
},
"timepicker": {},
"timezone": "",
"title": "GreenDot Dashboard",
"uid": "f3bbb846-51ad-47ed-b928-40d06727f5ad",
"version": 29,
"version": 32,
"weekStart": ""
}

0 comments on commit 460b55f

Please sign in to comment.