fix: Grafana-Datasource-UID gepinnt, Dashboard-Feinheiten
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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 }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user