Skip to content
Snippets Groups Projects
Verified Commit c534f604 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Add overall status for rebuilderd results

Add a new graph which shows the overall results summed up per status.
parent 150055de
No related branches found
No related tags found
1 merge request!275Add overall status for rebuilderd results
Pipeline #4626 passed
......@@ -15,10 +15,106 @@
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"id": null,
"iteration": 1601407761906,
"iteration": 1610815477110,
"links": [],
"panels": [
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "Prometheus",
"description": "Overall statistics of all repositories.",
"fieldConfig": {
"defaults": {
"custom": {}
},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 9,
"w": 24,
"x": 0,
"y": 0
},
"hiddenSeries": false,
"id": 8,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"nullPointMode": "null",
"options": {
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.3.6",
"pointradius": 2,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "sum by (status) (rebuilderd_results)",
"interval": "",
"legendFormat": "{{ suite }}",
"queryType": "randomWalk",
"refId": "A"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Overall status",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {
"bad": "red",
......@@ -34,7 +130,6 @@
"custom": {
"align": null
},
"displayName": "Core results",
"mappings": [],
"thresholds": {
"mode": "absolute",
......@@ -55,10 +150,10 @@
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 12,
"h": 10,
"w": 24,
"x": 0,
"y": 0
"y": 9
},
"hiddenSeries": false,
"id": 2,
......@@ -74,8 +169,11 @@
"lines": true,
"linewidth": 1,
"nullPointMode": "null",
"options": {
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.1.4",
"pluginVersion": "7.3.6",
"pointradius": 2,
"points": false,
"renderer": "flot",
......@@ -151,7 +249,7 @@
"h": 11,
"w": 11,
"x": 0,
"y": 12
"y": 19
},
"hiddenSeries": false,
"id": 4,
......@@ -167,8 +265,11 @@
"lines": true,
"linewidth": 1,
"nullPointMode": "null",
"options": {
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.1.4",
"pluginVersion": "7.3.6",
"pointradius": 2,
"points": false,
"renderer": "flot",
......@@ -244,7 +345,7 @@
"h": 11,
"w": 13,
"x": 11,
"y": 12
"y": 19
},
"hiddenSeries": false,
"id": 6,
......@@ -260,8 +361,11 @@
"lines": true,
"linewidth": 1,
"nullPointMode": "null",
"options": {
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.1.4",
"pluginVersion": "7.3.6",
"pointradius": 2,
"points": false,
"renderer": "flot",
......@@ -319,6 +423,7 @@
}
}
],
"refresh": false,
"schemaVersion": 26,
"style": "dark",
"tags": [],
......@@ -333,6 +438,7 @@
},
"datasource": "Prometheus",
"definition": "label_values(rebuilderd_results,suite)",
"error": null,
"hide": 0,
"includeAll": false,
"label": "suite",
......@@ -374,7 +480,7 @@
]
},
"time": {
"from": "now-24h",
"from": "now-2d",
"to": "now"
},
"timepicker": {
......@@ -393,6 +499,6 @@
},
"timezone": "",
"title": "Rebuilderd",
"uid": null,
"version": 0
}
"uid": "PKkRg-FGz",
"version": 2
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment