{ "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "description": "Logs,Moorages,Stays", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": 1, "links": [ { "asDropdown": false, "icon": "external link", "includeVars": true, "keepTime": false, "tags": [], "targetBlank": true, "title": "New link", "tooltip": "", "type": "dashboards", "url": "" } ], "liveNow": false, "panels": [ { "datasource": { "type": "postgres", "uid": "PCC52D03280B7034C" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "cellOptions": { "type": "auto" }, "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "id" }, "properties": [ { "id": "custom.width", "value": 41 } ] }, { "matcher": { "id": "byName", "options": "distance" }, "properties": [ { "id": "custom.width", "value": 104 } ] } ] }, "gridPos": { "h": 10, "w": 24, "x": 0, "y": 0 }, "id": 2, "options": { "footer": { "countRows": false, "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [] }, "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "postgres", "uid": "PCC52D03280B7034C" }, "editorMode": "code", "format": "table", "group": [], "metricColumn": "none", "rawQuery": true, "rawSql": "SET vessel.id = '${__user.login}';\nSELECT * from api.logs_view", "refId": "A", "select": [ [ { "params": [ "_from_lat" ], "type": "column" } ] ], "sql": { "columns": [ { "parameters": [], "type": "function" } ], "groupBy": [ { "property": { "type": "string" }, "type": "groupBy" } ], "limit": 50 }, "table": "logs", "timeColumn": "_from_time", "timeColumnType": "timestamp", "where": [] } ], "title": "Logbook ${__user.email} / ${__user.login}", "type": "table" }, { "datasource": { "type": "postgres", "uid": "PCC52D03280B7034C" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "cellOptions": { "type": "auto" }, "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "id" }, "properties": [ { "id": "custom.width", "value": 41 } ] }, { "matcher": { "id": "byName", "options": "distance" }, "properties": [ { "id": "custom.width", "value": 104 } ] } ] }, "gridPos": { "h": 10, "w": 24, "x": 0, "y": 10 }, "id": 5, "options": { "footer": { "countRows": false, "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [] }, "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "postgres", "uid": "PCC52D03280B7034C" }, "editorMode": "code", "format": "table", "group": [], "metricColumn": "none", "rawQuery": true, "rawSql": "SET vessel.id = '${__user.login}';\nSELECT * from api.stays_view", "refId": "A", "select": [ [ { "params": [ "_from_lat" ], "type": "column" } ] ], "sql": { "columns": [ { "parameters": [], "type": "function" } ], "groupBy": [ { "property": { "type": "string" }, "type": "groupBy" } ], "limit": 50 }, "table": "logs", "timeColumn": "_from_time", "timeColumnType": "timestamp", "where": [] } ], "title": "Stays", "type": "table" }, { "datasource": { "type": "postgres", "uid": "PCC52D03280B7034C" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "auto", "cellOptions": { "type": "auto" }, "filterable": false, "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "id" }, "properties": [ { "id": "custom.width", "value": 41 } ] }, { "matcher": { "id": "byName", "options": "distance" }, "properties": [ { "id": "custom.width", "value": 104 } ] } ] }, "gridPos": { "h": 10, "w": 24, "x": 0, "y": 20 }, "id": 6, "options": { "footer": { "countRows": false, "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true, "sortBy": [] }, "pluginVersion": "9.4.3", "targets": [ { "datasource": { "type": "postgres", "uid": "PCC52D03280B7034C" }, "editorMode": "code", "format": "table", "group": [], "metricColumn": "none", "rawQuery": true, "rawSql": "SET vessel.id = '${__user.login}';\nselect * from api.moorages_view", "refId": "A", "select": [ [ { "params": [ "_from_lat" ], "type": "column" } ] ], "sql": { "columns": [ { "parameters": [], "type": "function" } ], "groupBy": [ { "property": { "type": "string" }, "type": "groupBy" } ], "limit": 50 }, "table": "logs", "timeColumn": "_from_time", "timeColumnType": "timestamp", "where": [] } ], "title": "Moorages", "type": "table" } ], "refresh": "", "revision": 1, "schemaVersion": 38, "style": "dark", "tags": [], "templating": { "list": [ { "datasource": { "type": "postgres", "uid": "PCC52D03280B7034C" }, "definition": "SET \"user.email\" = '${__user.email}';\nSET vessel.id = '${__user.login}';\nSELECT\n v.name AS __text,\n m.vessel_id AS __value\n FROM auth.vessels v\n JOIN api.metadata m ON v.owner_email = '${__user.email}' and m.vessel_id = v.vessel_id;", "description": "Vessel Name", "hide": 0, "includeAll": false, "label": "Boat", "multi": false, "name": "boat", "options": [], "query": "SET \"user.email\" = '${__user.email}';\nSET vessel.id = '${__user.login}';\nSELECT\n v.name AS __text,\n m.vessel_id AS __value\n FROM auth.vessels v\n JOIN api.metadata m ON v.owner_email = '${__user.email}' and m.vessel_id = v.vessel_id;", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-15d", "to": "now" }, "timepicker": {}, "timezone": "utc", "title": "Logbook", "uid": "pgsail_tpl_logbook", "version": 1, "weekStart": "" }