This commit is contained in:
2025-11-30 20:44:57 +01:00
parent a494370ded
commit aef1c99d0c
3 changed files with 73 additions and 7 deletions

View File

@@ -0,0 +1,194 @@
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": {
"type": "grafana",
"uid": "-- Grafana --"
},
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"type": "dashboard"
}
]
},
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 2,
"links": [],
"panels": [
{
"datasource": {
"type": "grafana-postgresql-datasource",
"uid": "af5iatisu9udcb"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"axisSoftMin": 0,
"barAlignment": 0,
"barWidthFactor": 0.6,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": 0
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 24,
"x": 0,
"y": 0
},
"id": 1,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"hideZeros": false,
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "12.1.4",
"targets": [
{
"datasource": {
"type": "grafana-postgresql-datasource",
"uid": "af5iatisu9udcb"
},
"editorMode": "code",
"format": "table",
"rawQuery": true,
"rawSql": "select date, rate, currency_code from exchange_rate where currency_code in (${devises:sqlstring}) and $__timeFilter(date) ",
"refId": "A",
"sql": {
"columns": [
{
"parameters": [],
"type": "function"
}
],
"groupBy": [
{
"property": {
"type": "string"
},
"type": "groupBy"
}
],
"limit": 50
}
}
],
"title": "Devises",
"transformations": [
{
"id": "partitionByValues",
"options": {
"fields": [
"currency_code"
],
"keepFields": false
}
}
],
"type": "timeseries"
}
],
"preload": false,
"schemaVersion": 41,
"tags": [],
"templating": {
"list": [
{
"allowCustomValue": false,
"current": {
"text": [
"SEK",
"NOK"
],
"value": [
"SEK",
"NOK"
]
},
"definition": "select code from currency",
"label": "Devises",
"multi": true,
"name": "devises",
"options": [],
"query": "select code from currency",
"refresh": 1,
"regex": "",
"type": "query"
}
]
},
"time": {
"from": "2023-08-10T14:12:24.380Z",
"to": "2025-01-08T14:48:00.110Z"
},
"timepicker": {
"refresh_intervals": [
"2h",
"1d"
]
},
"timezone": "browser",
"title": "Currencies",
"uid": "967255c7-9164-487e-807f-154605a34e32",
"version": 5
}