Skip to content

Commit da0a8f7

Browse files
authored
fix: fix links in os overview dashboard (#481)
1 parent 44fd971 commit da0a8f7

2 files changed

Lines changed: 13 additions & 31 deletions

File tree

changelogs/fragments/480.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bugfixes:
2+
- grafana - Fixed OS Overview dashboard so that the links to the OS Details dashboard have the proper node selected

grafana/linux/OS_Overview.json

Lines changed: 11 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"editable": false,
1919
"fiscalYearStartMonth": 0,
2020
"graphTooltip": 0,
21+
"id": 7,
2122
"links": [],
2223
"panels": [
2324
{
@@ -34,7 +35,7 @@
3435
{
3536
"targetBlank": true,
3637
"title": "OS Details",
37-
"url": "/d/4t6SO2Fik/os-details?$__all_variables"
38+
"url": "/d/4t6SO2Fik/os-details?var-osnodes=${__field.labels.job}"
3839
}
3940
],
4041
"mappings": [
@@ -82,7 +83,7 @@
8283
},
8384
"gridPos": {
8485
"h": 4,
85-
"w": 6,
86+
"w": 24,
8687
"x": 0,
8788
"y": 0
8889
},
@@ -93,6 +94,7 @@
9394
"graphMode": "none",
9495
"justifyMode": "auto",
9596
"orientation": "horizontal",
97+
"percentChangeColorMode": "standard",
9698
"reduceOptions": {
9799
"calcs": [
98100
"last"
@@ -107,7 +109,7 @@
107109
"textMode": "auto",
108110
"wideLayout": true
109111
},
110-
"pluginVersion": "10.4.2",
112+
"pluginVersion": "11.5.4",
111113
"repeat": "osnodes",
112114
"repeatDirection": "h",
113115
"targets": [
@@ -130,35 +132,29 @@
130132
"type": "stat"
131133
}
132134
],
135+
"preload": false,
133136
"refresh": "5m",
134-
"schemaVersion": 39,
137+
"schemaVersion": 40,
135138
"tags": [],
136139
"templating": {
137140
"list": [
138141
{
139142
"current": {
140-
"selected": false,
141143
"text": "PROMETHEUS",
142144
"value": "PDC1078F23EBDF0E5"
143145
},
144-
"hide": 0,
145146
"includeAll": false,
146147
"label": "Datasource",
147-
"multi": false,
148148
"name": "ccp_datasource",
149149
"options": [],
150150
"query": "prometheus",
151151
"refresh": 1,
152152
"regex": "",
153-
"skipUrlSync": false,
154153
"type": "datasource"
155154
},
156155
{
157156
"current": {
158-
"selected": true,
159-
"text": [
160-
"All"
161-
],
157+
"text": "All",
162158
"value": [
163159
"$__all"
164160
]
@@ -180,35 +176,19 @@
180176
},
181177
"refresh": 1,
182178
"regex": "",
183-
"skipUrlSync": false,
184179
"sort": 1,
185-
"tagValuesQuery": "",
186-
"tagsQuery": "",
187-
"type": "query",
188-
"useTags": false
180+
"type": "query"
189181
}
190182
]
191183
},
192184
"time": {
193185
"from": "now-5m",
194186
"to": "now"
195187
},
196-
"timepicker": {
197-
"time_options": [
198-
"5m",
199-
"15m",
200-
"1h",
201-
"6h",
202-
"12h",
203-
"24h",
204-
"2d",
205-
"7d",
206-
"30d"
207-
]
208-
},
188+
"timepicker": {},
209189
"timezone": "browser",
210190
"title": "OS Overview",
211191
"uid": "pxinDnKik",
212-
"version": 1,
192+
"version": 3,
213193
"weekStart": ""
214194
}

0 commit comments

Comments
 (0)