Skip to content

Commit ebc01f0

Browse files
ArthurSensroboquat
authored andcommitted
Fix missing datasource variable
Signed-off-by: ArthurSens <[email protected]>
1 parent fad5a55 commit ebc01f0

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

operations/observability/mixins/self-hosted/dashboards/observability/observability.json

+18-9
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"editable": true,
2525
"fiscalYearStartMonth": 0,
2626
"graphTooltip": 0,
27-
"id": 84,
27+
"id": null,
2828
"links": [
2929
{
3030
"asDropdown": false,
@@ -1291,14 +1291,23 @@
12911291
"list": [
12921292
{
12931293
"current": {
1294-
"selected": true,
1295-
"text": [
1296-
"All"
1297-
],
1298-
"value": [
1299-
"$__all"
1300-
]
1294+
"selected": false,
1295+
"text": "VictoriaMetrics",
1296+
"value": "VictoriaMetrics"
13011297
},
1298+
"hide": 0,
1299+
"includeAll": false,
1300+
"multi": false,
1301+
"name": "datasource",
1302+
"options": [],
1303+
"query": "prometheus",
1304+
"refresh": 1,
1305+
"regex": "",
1306+
"skipUrlSync": false,
1307+
"type": "datasource"
1308+
},
1309+
{
1310+
"current": {},
13021311
"datasource": {
13031312
"type": "prometheus",
13041313
"uid": "$datasource"
@@ -1330,6 +1339,6 @@
13301339
"timezone": "",
13311340
"title": "Observability",
13321341
"uid": "1hcljDH4k",
1333-
"version": 42,
1342+
"version": 1,
13341343
"weekStart": ""
13351344
}

0 commit comments

Comments
 (0)