Save dashboard: Test

This commit is contained in:
Grafana
2026-06-02 12:33:52 +00:00
parent 9923593358
commit 388b24e203
+36 -5
View File
@@ -50,7 +50,7 @@
"spec": { "spec": {
"editorMode": "builder", "editorMode": "builder",
"expr": "count_values(\"count\", up{cluster=\"tau-monitoring-stack\", job=\"UOS\"})", "expr": "count_values(\"count\", up{cluster=\"tau-monitoring-stack\", job=\"UOS\"})",
"legendFormat": "__auto", "legendFormat": "{{label_name}}",
"range": true "range": true
}, },
"version": "v0" "version": "v0"
@@ -66,7 +66,7 @@
"description": "", "description": "",
"id": 1, "id": 1,
"links": [], "links": [],
"title": "Neues Panel", "title": "Up und Down",
"vizConfig": { "vizConfig": {
"group": "timeseries", "group": "timeseries",
"kind": "VizConfig", "kind": "VizConfig",
@@ -124,7 +124,38 @@
] ]
} }
}, },
"overrides": [] "overrides": [
{
"matcher": {
"id": "byName",
"options": "0"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "dark-red",
"mode": "fixed"
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "1"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "dark-green",
"mode": "fixed"
}
}
]
}
]
}, },
"options": { "options": {
"annotations": { "annotations": {
@@ -160,8 +191,8 @@
"kind": "ElementReference", "kind": "ElementReference",
"name": "panel-1" "name": "panel-1"
}, },
"height": 8, "height": 11,
"width": 12, "width": 24,
"x": 0, "x": 0,
"y": 0 "y": 0
} }