Skip to content

Commit 765fa5a

Browse files
authored
Merge pull request #73 from sap-coutantm/master
Dashboards Fixes
2 parents bbc9805 + 9b4871b commit 765fa5a

2 files changed

Lines changed: 334 additions & 334 deletions

File tree

deploy/infrabox/grafana/dashboards/cluster_inspector.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"editable": true,
1818
"gnetId": null,
1919
"graphTooltip": 0,
20-
"id": 2,
21-
"iteration": 1531746409662,
20+
"id": 8,
21+
"iteration": 1532504110540,
2222
"links": [],
2323
"panels": [
2424
{
@@ -55,7 +55,7 @@
5555
"current": true,
5656
"max": true,
5757
"min": true,
58-
"rightSide": true,
58+
"rightSide": false,
5959
"show": true,
6060
"total": false,
6161
"values": true
@@ -214,7 +214,7 @@
214214
{
215215
"columns": [],
216216
"datasource": "infrabox",
217-
"description": "List of the node_name referenced by the job table for this cluster.\n\nIf the Node has never been associated to any job, it can't be seen.",
217+
"description": "List of the node_name referenced by the job table for this cluster.\n\nThis table only shows Node with active job (ie running, queued, scheduled)",
218218
"fontSize": "100%",
219219
"gridPos": {
220220
"h": 7,
@@ -275,8 +275,8 @@
275275
"$$hashKey": "object:282",
276276
"alias": "",
277277
"format": "table",
278-
"hide": false,
279-
"rawSql": "SELECT node_name, count(id) FILTER(WHERE state = 'running') FROM job WHERE node_name is not null AND cluster_name = '[[cluster]]' GROUP BY node_name",
278+
"hide": true,
279+
"rawSql": "SELECT node_name, count(id) FILTER(WHERE state = 'running') FROM job WHERE node_name is not null AND cluster_name = '[[cluster]]' AND state IN ('running', 'scheduled', 'queued') GROUP BY node_name",
280280
"refId": "A"
281281
}
282282
],

0 commit comments

Comments
 (0)