Skip to content

Commit 17cd657

Browse files
committed
fix(grafana): Remove read queue
1 parent 924cf73 commit 17cd657

File tree

1 file changed

+4
-80
lines changed

1 file changed

+4
-80
lines changed

grafana/provisioning/dashboards/riotx.json

Lines changed: 4 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -181,82 +181,6 @@
181181
"title": "Notification Queue",
182182
"type": "gauge"
183183
},
184-
{
185-
"datasource": {
186-
"default": true,
187-
"type": "prometheus",
188-
"uid": "prometheus"
189-
},
190-
"fieldConfig": {
191-
"defaults": {
192-
"color": {
193-
"mode": "thresholds"
194-
},
195-
"decimals": 0,
196-
"mappings": [],
197-
"max": 100,
198-
"min": 0,
199-
"thresholds": {
200-
"mode": "absolute",
201-
"steps": [
202-
{
203-
"color": "green",
204-
"value": null
205-
},
206-
{
207-
"color": "orange",
208-
"value": 70
209-
},
210-
{
211-
"color": "red",
212-
"value": 90
213-
}
214-
]
215-
},
216-
"unit": "percent"
217-
},
218-
"overrides": []
219-
},
220-
"gridPos": {
221-
"h": 6,
222-
"w": 5,
223-
"x": 12,
224-
"y": 1
225-
},
226-
"id": 3,
227-
"options": {
228-
"minVizHeight": 75,
229-
"minVizWidth": 75,
230-
"orientation": "horizontal",
231-
"reduceOptions": {
232-
"calcs": [
233-
"lastNotNull"
234-
],
235-
"fields": "",
236-
"values": false
237-
},
238-
"showThresholdLabels": false,
239-
"showThresholdMarkers": true,
240-
"sizing": "auto"
241-
},
242-
"pluginVersion": "11.2.0",
243-
"targets": [
244-
{
245-
"datasource": {
246-
"type": "prometheus",
247-
"uid": "prometheus"
248-
},
249-
"editorMode": "code",
250-
"expr": "spring_batch_redis_read_queue_size{name=\"replicate-step-reader\"}*100/(spring_batch_redis_read_queue_size{name=\"replicate-step-reader\"}+spring_batch_redis_read_queue_capacity{name=\"replicate-step-reader\"})",
251-
"instant": false,
252-
"legendFormat": "__auto",
253-
"range": true,
254-
"refId": "A"
255-
}
256-
],
257-
"title": "Read Queue",
258-
"type": "gauge"
259-
},
260184
{
261185
"datasource": {
262186
"default": true,
@@ -293,8 +217,8 @@
293217
},
294218
"gridPos": {
295219
"h": 3,
296-
"w": 7,
297-
"x": 17,
220+
"w": 12,
221+
"x": 12,
298222
"y": 1
299223
},
300224
"id": 1,
@@ -447,8 +371,8 @@
447371
},
448372
"gridPos": {
449373
"h": 3,
450-
"w": 7,
451-
"x": 17,
374+
"w": 12,
375+
"x": 12,
452376
"y": 4
453377
},
454378
"id": 16,

0 commit comments

Comments
 (0)