Skip to content

Commit

Permalink
Remove panel from cluster dashboard that showed info about Nomad jobs…
Browse files Browse the repository at this point in the history
… that don't exist now
  • Loading branch information
mjm committed Sep 18, 2021
1 parent f06b1a7 commit 1892532
Showing 1 changed file with 14 additions and 108 deletions.
122 changes: 14 additions & 108 deletions apps/grafana/dashboards/cluster.json
Expand Up @@ -17,84 +17,20 @@
"graphTooltip": 0,
"links": [],
"panels": [
{
"datasource": null,
"fieldConfig": {
"defaults": {
"custom": {},
"decimals": 0,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 3,
"w": 13,
"x": 0,
"y": 0
},
"id": 10,
"options": {
"colorMode": "background",
"graphMode": "none",
"justifyMode": "center",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"mean"
],
"fields": "",
"values": false
},
"textMode": "auto"
},
"pluginVersion": "7.2.1",
"targets": [
{
"expr": "sum by (task_group) (nomad_nomad_job_summary_running{exported_job=~\"(presence|homebase|go-links)\"})",
"interval": "",
"legendFormat": "{{exported_job}}",
"refId": "B"
}
],
"timeFrom": null,
"timeShift": null,
"title": "",
"type": "stat"
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": null,
"description": "",
"fieldConfig": {
"defaults": {
"custom": {}
},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 7,
"w": 12,
"x": 0,
"y": 3
"y": 0
},
"hiddenSeries": false,
"id": 2,
Expand All @@ -114,7 +50,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.2.1",
"pluginVersion": "8.0.3",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -201,19 +137,13 @@
"dashLength": 10,
"dashes": false,
"datasource": null,
"fieldConfig": {
"defaults": {
"custom": {}
},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 7,
"w": 12,
"x": 12,
"y": 3
"y": 0
},
"hiddenSeries": false,
"id": 4,
Expand All @@ -233,7 +163,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.2.1",
"pluginVersion": "8.0.3",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -298,19 +228,13 @@
"dashLength": 10,
"dashes": false,
"datasource": null,
"fieldConfig": {
"defaults": {
"custom": {}
},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 7,
"w": 12,
"x": 0,
"y": 10
"y": 7
},
"hiddenSeries": false,
"id": 8,
Expand All @@ -330,7 +254,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.2.1",
"pluginVersion": "8.0.3",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -405,19 +329,13 @@
"dashLength": 10,
"dashes": false,
"datasource": null,
"fieldConfig": {
"defaults": {
"custom": {}
},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 7,
"w": 12,
"x": 12,
"y": 10
"y": 7
},
"hiddenSeries": false,
"id": 14,
Expand All @@ -439,7 +357,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.2.1",
"pluginVersion": "8.0.3",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -510,19 +428,13 @@
"dashes": false,
"datasource": null,
"description": "",
"fieldConfig": {
"defaults": {
"custom": {}
},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 7,
"w": 12,
"x": 0,
"y": 17
"y": 14
},
"hiddenSeries": false,
"id": 12,
Expand All @@ -542,7 +454,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.2.1",
"pluginVersion": "8.0.3",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -607,19 +519,13 @@
"dashLength": 10,
"dashes": false,
"datasource": null,
"fieldConfig": {
"defaults": {
"custom": {}
},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 7,
"w": 12,
"x": 12,
"y": 17
"y": 14
},
"hiddenSeries": false,
"id": 6,
Expand All @@ -639,7 +545,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.2.1",
"pluginVersion": "8.0.3",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -723,7 +629,7 @@
}
],
"refresh": "1m",
"schemaVersion": 26,
"schemaVersion": 30,
"style": "dark",
"tags": [],
"templating": {
Expand All @@ -737,5 +643,5 @@
"timezone": "",
"title": "Cluster",
"uid": "3frfw9AMz",
"version": 8
"version": 12
}

0 comments on commit 1892532

Please sign in to comment.