Skip to content

Commit 75d00ec

Browse files
Fix reconcile extensions dashboard
1 parent 1fc0d67 commit 75d00ec

File tree

1 file changed

+8
-34
lines changed

1 file changed

+8
-34
lines changed

hack/observability/grafana/dashboards/runtime-extensions.json

Lines changed: 8 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"editable": true,
1919
"fiscalYearStartMonth": 0,
2020
"graphTooltip": 0,
21-
"id": 6,
2221
"links": [],
2322
"liveNow": false,
2423
"panels": [
@@ -168,32 +167,7 @@
168167
]
169168
}
170169
},
171-
"overrides": [
172-
{
173-
"__systemRef": "hideSeriesFrom",
174-
"matcher": {
175-
"id": "byNames",
176-
"options": {
177-
"mode": "exclude",
178-
"names": [
179-
"{hook=\"GeneratePatches\"}"
180-
],
181-
"prefix": "All except:",
182-
"readOnly": true
183-
}
184-
},
185-
"properties": [
186-
{
187-
"id": "custom.hideFrom",
188-
"value": {
189-
"legend": false,
190-
"tooltip": false,
191-
"viz": true
192-
}
193-
}
194-
]
195-
}
196-
]
170+
"overrides": []
197171
},
198172
"gridPos": {
199173
"h": 8,
@@ -226,7 +200,7 @@
226200
"refId": "A"
227201
}
228202
],
229-
"title": "Request per minute",
203+
"title": "Request per seconds",
230204
"type": "timeseries"
231205
},
232206
{
@@ -331,12 +305,12 @@
331305
"current": {
332306
"selected": true,
333307
"text": [
334-
"GeneratePatches",
335-
"DiscoverVariables"
308+
"DiscoverVariables",
309+
"GeneratePatches"
336310
],
337311
"value": [
338-
"GeneratePatches",
339-
"DiscoverVariables"
312+
"DiscoverVariables",
313+
"GeneratePatches"
340314
]
341315
},
342316
"datasource": {
@@ -370,6 +344,6 @@
370344
"timezone": "",
371345
"title": "Runtime Extensions",
372346
"uid": "eefe124a-7ad8-488f-8078-ef30f7b2ac21",
373-
"version": 3,
347+
"version": 1,
374348
"weekStart": ""
375-
}
349+
}

0 commit comments

Comments
 (0)