Skip to content

Commit

Permalink
Revert "feat: Add new Panel to display Modules in Error State (kyma-p…
Browse files Browse the repository at this point in the history
…roject#1873)"

This reverts commit 9896fab.
  • Loading branch information
nesmabadr committed Oct 4, 2024
1 parent af53cf5 commit 9928dd4
Showing 1 changed file with 11 additions and 63 deletions.
74 changes: 11 additions & 63 deletions config/grafana/status.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,66 +18,14 @@
"graphTooltip": 0,
"links": [],
"panels": [
{
"datasource": null,
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"custom": {
"align": null,
"filterable": false
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 24,
"x": 0,
"y": 0
},
"id": 12,
"options": {
"showHeader": true
},
"pluginVersion": "7.5.33",
"targets": [
{
"exemplar": true,
"expr": "group by (kyma_name, module_name, shoot) (lifecycle_mgr_module_state{state=\"Error\"})",
"format": "table",
"interval": "",
"legendFormat": "",
"refId": "A"
}
],
"title": "Modules in Error State",
"type": "table"
},
{
"collapsed": false,
"datasource": null,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 8
"y": 0
},
"id": 4,
"panels": [],
Expand Down Expand Up @@ -109,7 +57,7 @@
"h": 10,
"w": 24,
"x": 0,
"y": 9
"y": 1
},
"id": 10,
"options": {
Expand All @@ -127,7 +75,7 @@
"text": {},
"textMode": "auto"
},
"pluginVersion": "7.5.33",
"pluginVersion": "7.5.31",
"targets": [
{
"exemplar": true,
Expand Down Expand Up @@ -156,7 +104,7 @@
"h": 10,
"w": 24,
"x": 0,
"y": 19
"y": 11
},
"hiddenSeries": false,
"id": 2,
Expand All @@ -176,7 +124,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.33",
"pluginVersion": "7.5.31",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -284,7 +232,7 @@
"h": 10,
"w": 24,
"x": 0,
"y": 29
"y": 21
},
"hiddenSeries": false,
"id": 5,
Expand All @@ -304,7 +252,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.33",
"pluginVersion": "7.5.31",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -412,7 +360,7 @@
"h": 10,
"w": 18,
"x": 0,
"y": 39
"y": 31
},
"hiddenSeries": false,
"id": 6,
Expand All @@ -432,7 +380,7 @@
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.33",
"pluginVersion": "7.5.31",
"pointradius": 2,
"points": false,
"renderer": "flot",
Expand Down Expand Up @@ -548,7 +496,7 @@
"h": 10,
"w": 6,
"x": 18,
"y": 39
"y": 31
},
"id": 8,
"options": {
Expand All @@ -563,7 +511,7 @@
"showThresholdMarkers": true,
"text": {}
},
"pluginVersion": "7.5.33",
"pluginVersion": "7.5.31",
"targets": [
{
"exemplar": true,
Expand Down

0 comments on commit 9928dd4

Please sign in to comment.