Skip to content

Commit 5274d23

Browse files
authored
Merge pull request #20 from mjtrangoni/update-old-graph
Update Flux Control Plane Grafana dashboard
2 parents 913084e + c411365 commit 5274d23

File tree

2 files changed

+68
-62
lines changed

2 files changed

+68
-62
lines changed

monitoring/configs/dashboards/control-plane.json

Lines changed: 67 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,51 +1437,86 @@
14371437
"type": "timeseries"
14381438
},
14391439
{
1440-
"aliasColors": {},
1441-
"bars": true,
1442-
"dashLength": 10,
1443-
"dashes": false,
14441440
"datasource": {
14451441
"uid": "${DS_PROMETHEUS}"
14461442
},
1447-
"decimals": 2,
14481443
"description": "",
1449-
"fill": 1,
1450-
"fillGradient": 0,
1444+
"fieldConfig": {
1445+
"defaults": {
1446+
"color": {
1447+
"mode": "palette-classic"
1448+
},
1449+
"custom": {
1450+
"axisCenteredZero": false,
1451+
"axisColorMode": "text",
1452+
"axisLabel": "",
1453+
"axisPlacement": "auto",
1454+
"barAlignment": 0,
1455+
"drawStyle": "bars",
1456+
"fillOpacity": 100,
1457+
"gradientMode": "none",
1458+
"hideFrom": {
1459+
"legend": false,
1460+
"tooltip": false,
1461+
"viz": false
1462+
},
1463+
"lineInterpolation": "stepAfter",
1464+
"lineWidth": 1,
1465+
"pointSize": 5,
1466+
"scaleDistribution": {
1467+
"type": "linear"
1468+
},
1469+
"showPoints": "never",
1470+
"spanNulls": false,
1471+
"stacking": {
1472+
"group": "A",
1473+
"mode": "none"
1474+
},
1475+
"thresholdsStyle": {
1476+
"mode": "off"
1477+
}
1478+
},
1479+
"mappings": [],
1480+
"thresholds": {
1481+
"mode": "absolute",
1482+
"steps": [
1483+
{
1484+
"color": "green",
1485+
"value": null
1486+
},
1487+
{
1488+
"color": "red",
1489+
"value": 80
1490+
}
1491+
]
1492+
},
1493+
"unit": "opm"
1494+
},
1495+
"overrides": []
1496+
},
14511497
"gridPos": {
14521498
"h": 9,
14531499
"w": 12,
14541500
"x": 0,
14551501
"y": 70
14561502
},
1457-
"hiddenSeries": false,
14581503
"id": 5,
1459-
"legend": {
1460-
"alignAsTable": true,
1461-
"avg": true,
1462-
"current": true,
1463-
"max": false,
1464-
"min": false,
1465-
"rightSide": false,
1466-
"show": true,
1467-
"total": false,
1468-
"values": true
1469-
},
1470-
"lines": false,
1471-
"linewidth": 1,
1472-
"nullPointMode": "null",
14731504
"options": {
1474-
"alertThreshold": true
1505+
"legend": {
1506+
"calcs": [
1507+
"mean",
1508+
"lastNotNull"
1509+
],
1510+
"displayMode": "table",
1511+
"placement": "bottom",
1512+
"showLegend": true
1513+
},
1514+
"tooltip": {
1515+
"mode": "multi",
1516+
"sort": "none"
1517+
}
14751518
},
1476-
"percentage": false,
14771519
"pluginVersion": "10.0.3",
1478-
"pointradius": 2,
1479-
"points": false,
1480-
"renderer": "flot",
1481-
"seriesOverrides": [],
1482-
"spaceLength": 10,
1483-
"stack": false,
1484-
"steppedLine": true,
14851520
"targets": [
14861521
{
14871522
"datasource": {
@@ -1504,37 +1539,8 @@
15041539
"refId": "B"
15051540
}
15061541
],
1507-
"thresholds": [],
1508-
"timeRegions": [],
15091542
"title": "Helm Releases ops/min",
1510-
"tooltip": {
1511-
"shared": true,
1512-
"sort": 0,
1513-
"value_type": "individual"
1514-
},
1515-
"type": "graph",
1516-
"xaxis": {
1517-
"mode": "time",
1518-
"show": true,
1519-
"values": []
1520-
},
1521-
"yaxes": [
1522-
{
1523-
"$$hashKey": "object:1102",
1524-
"format": "opm",
1525-
"logBase": 1,
1526-
"show": true
1527-
},
1528-
{
1529-
"$$hashKey": "object:1103",
1530-
"format": "short",
1531-
"logBase": 1,
1532-
"show": true
1533-
}
1534-
],
1535-
"yaxis": {
1536-
"align": false
1537-
}
1543+
"type": "timeseries"
15381544
},
15391545
{
15401546
"datasource": {

monitoring/controllers/kube-prometheus-stack/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spec:
66
interval: 1h
77
chart:
88
spec:
9-
version: "54.x"
9+
version: "55.x"
1010
chart: kube-prometheus-stack
1111
sourceRef:
1212
kind: HelmRepository

0 commit comments

Comments
 (0)