Update Grafana default dashboard. Update uuid for provisioning.

Fix metric order to get display the latest know vessel position vs the first one
This commit is contained in:
xbgmsharp
2024-01-26 11:31:08 +01:00
parent f25e735674
commit ed8514bfb1
7 changed files with 9 additions and 9 deletions

View File

@@ -1689,7 +1689,7 @@
}, },
"timezone": "utc", "timezone": "utc",
"title": "Electrical System", "title": "Electrical System",
"uid": "rk0FTiIMk", "uid": "pgsail_tpl_electrical",
"version": 11, "version": 11,
"weekStart": "" "weekStart": ""
} }

View File

@@ -466,7 +466,7 @@
"timepicker": {}, "timepicker": {},
"timezone": "utc", "timezone": "utc",
"title": "Logbook", "title": "Logbook",
"uid": "E_FUkx9nk", "uid": "pgsail_tpl_logbook",
"version": 1, "version": 1,
"weekStart": "" "weekStart": ""
} }

View File

@@ -732,7 +732,7 @@
}, },
"timezone": "utc", "timezone": "utc",
"title": "Monitor", "title": "Monitor",
"uid": "apqDcPjMz", "uid": "pgsail_tpl_monitor",
"version": 1, "version": 1,
"weekStart": "" "weekStart": ""
} }

View File

@@ -1335,7 +1335,7 @@
}, },
"timezone": "", "timezone": "",
"title": "RPI System", "title": "RPI System",
"uid": "4kxYm6j7k", "uid": "pgsail_tpl_rpi",
"version": 1, "version": 1,
"weekStart": "" "weekStart": ""
} }

View File

@@ -629,7 +629,7 @@
}, },
"timezone": "utc", "timezone": "utc",
"title": "Solar System", "title": "Solar System",
"uid": "62bzzlr7z", "uid": "pgsail_tpl_solar",
"version": 1, "version": 1,
"weekStart": "" "weekStart": ""
} }

View File

@@ -1981,7 +1981,7 @@
}, },
"timezone": "utc", "timezone": "utc",
"title": "Weather", "title": "Weather",
"uid": "631a97c2e", "uid": "pgsail_tpl_weather",
"version": 1, "version": 1,
"weekStart": "" "weekStart": ""
} }

View File

@@ -204,7 +204,7 @@
"editorMode": "code", "editorMode": "code",
"format": "table", "format": "table",
"rawQuery": true, "rawQuery": true,
"rawSql": "SELECT latitude, longitude FROM api.metrics WHERE vessel_id = '${boat}' ORDER BY time ASC LIMIT 1;", "rawSql": "SELECT latitude, longitude FROM api.metrics WHERE vessel_id = '${boat}' ORDER BY time DESC LIMIT 1;",
"refId": "A", "refId": "A",
"sql": { "sql": {
"columns": [ "columns": [
@@ -291,7 +291,7 @@
}, },
"timezone": "browser", "timezone": "browser",
"title": "Home", "title": "Home",
"uid": "d81aa15b", "uid": "pgsail_tpl_home",
"version": 1, "version": 1,
"weekStart": "" "weekStart": ""
} }