Skip to content

Commit

Permalink
Adds a new panel to display when Reloader has triggered a rolling upd…
Browse files Browse the repository at this point in the history
…ate of a DaemonSet (#721)

* Adds a new panel to display when Reloader has triggered a rolling update of a DaemonSet due to a change in the TLS secret.
  • Loading branch information
nkinkade authored Jul 20, 2020
1 parent c4afd96 commit d9ea442
Showing 1 changed file with 97 additions and 3 deletions.
100 changes: 97 additions & 3 deletions config/federation/grafana/dashboards/Ops_Tactical_SRE_Overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"editable": true,
"gnetId": null,
"graphTooltip": 0,
"iteration": 1589818752052,
"id": 266,
"iteration": 1595267852263,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -698,7 +699,7 @@
"fontSize": "100%",
"gridPos": {
"h": 9,
"w": 24,
"w": 18,
"x": 0,
"y": 18
},
Expand Down Expand Up @@ -787,6 +788,98 @@
"title": "Alerts",
"transform": "table",
"type": "table"
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "$cluster",
"description": "",
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 9,
"w": 6,
"x": 18,
"y": 18
},
"id": 20,
"legend": {
"avg": false,
"current": false,
"max": false,
"min": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"nullPointMode": "null",
"options": {
"dataLinks": []
},
"percentage": false,
"pointradius": 2,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "reloader_reload_executed_total{success=\"true\"}",
"legendFormat": "Successes",
"refId": "A"
},
{
"expr": "reloader_reload_executed_total{success=\"false\"}",
"legendFormat": "Failures",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Rolling updates triggered by Reloader",
"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
}
}
],
"refresh": false,
Expand All @@ -797,6 +890,7 @@
"list": [
{
"current": {
"tags": [],
"text": "Prometheus (mlab-oti)",
"value": "Prometheus (mlab-oti)"
},
Expand Down Expand Up @@ -863,5 +957,5 @@
"timezone": "",
"title": "Ops: Tactical & SRE Overview",
"uid": "_fugwnWZk",
"version": 32
"version": 35
}

0 comments on commit d9ea442

Please sign in to comment.