fix: Grafana-Datasource-UID gepinnt, Dashboard-Feinheiten

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-17 19:23:27 +02:00
parent 43e8e8e8f9
commit fca11f551c
2 changed files with 4 additions and 5 deletions

View File

@@ -97,9 +97,6 @@
"gridPos": { "h": 8, "w": 12, "x": 0, "y": 8 }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 8 },
"fieldConfig": { "fieldConfig": {
"defaults": { "defaults": {
"custom": {
"stacking": { "mode": "normal", "group": "A" }
},
"unit": "currencyEUR" "unit": "currencyEUR"
}, },
"overrides": [] "overrides": []
@@ -143,8 +140,9 @@
"thresholds": { "thresholds": {
"mode": "absolute", "mode": "absolute",
"steps": [ "steps": [
{ "color": "red", "value": 0 }, { "color": "red", "value": null },
{ "color": "orange", "value": 500 } { "color": "orange", "value": 0 },
{ "color": "green", "value": 500 }
] ]
} }
}, },

View File

@@ -2,6 +2,7 @@ apiVersion: 1
datasources: datasources:
- name: FinanzDB - name: FinanzDB
type: postgres type: postgres
uid: FinanzDB
access: proxy access: proxy
url: localhost:5432 url: localhost:5432
user: finance_read user: finance_read