diff --git a/slo-observability/templates/grafana/dashboards/slo-dashboard.yaml b/slo-observability/templates/grafana/dashboards/slo-dashboard.yaml index e49a18a..4358405 100644 --- a/slo-observability/templates/grafana/dashboards/slo-dashboard.yaml +++ b/slo-observability/templates/grafana/dashboards/slo-dashboard.yaml @@ -75,7 +75,8 @@ spec: } ] }, - "unit": "percentunit" + "unit": "percentunit", + "unitScale": true }, "overrides": [] }, @@ -100,10 +101,11 @@ spec: "fields": "", "values": false }, + "showPercentChange": false, "textMode": "auto", "wideLayout": true }, - "pluginVersion": "10.3.0-64399", + "pluginVersion": "10.4.0-65875", "targets": [ { "datasource": { @@ -170,7 +172,8 @@ spec: } ] }, - "unit": "h" + "unit": "h", + "unitScale": true }, "overrides": [] }, @@ -195,10 +198,11 @@ spec: "fields": "", "values": false }, + "showPercentChange": false, "textMode": "auto", "wideLayout": true }, - "pluginVersion": "10.3.0-64399", + "pluginVersion": "10.4.0-65875", "targets": [ { "datasource": { @@ -213,7 +217,7 @@ spec: "refId": "A" } ], - "title": "Error Budget Left", + "title": "Error Budget Left (OpenShift API)", "transparent": true, "type": "stat" }, @@ -256,7 +260,8 @@ spec: } ] }, - "unit": "percentunit" + "unit": "percentunit", + "unitScale": true }, "overrides": [] }, @@ -281,10 +286,11 @@ spec: "fields": "", "values": false }, + "showPercentChange": false, "textMode": "auto", "wideLayout": true }, - "pluginVersion": "10.3.0-64399", + "pluginVersion": "10.4.0-65875", "targets": [ { "datasource": { @@ -347,7 +353,8 @@ spec: } ] }, - "unit": "h" + "unit": "h", + "unitScale": true }, "overrides": [] }, @@ -372,10 +379,11 @@ spec: "fields": "", "values": false }, + "showPercentChange": false, "textMode": "auto", "wideLayout": true }, - "pluginVersion": "10.3.0-64399", + "pluginVersion": "10.4.0-65875", "targets": [ { "datasource": { @@ -390,10 +398,617 @@ spec: "refId": "A" } ], - "title": "Error Budget Left", + "title": "Error Budget Left (OpenShift Console)", "transparent": true, "type": "stat" }, + { + "datasource": { + "type": "prometheus", + "uid": "grafanacloud-prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "decimals": 3, + "mappings": [ + { + "options": { + "match": "null", + "result": { + "text": "N/A" + } + }, + "type": "special" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "#d44a3a", + "value": null + }, + { + "color": "rgba(237, 129, 40, 0.89)", + "value": 0.95 + }, + { + "color": "#299c46", + "value": 0.97 + } + ] + }, + "unit": "percentunit", + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 2, + "w": 6, + "x": 0, + "y": 2 + }, + "id": 46, + "links": [], + "maxDataPoints": 1470, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.4.0-65875", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "grafanacloud-prom" + }, + "disableTextWrap": false, + "editorMode": "builder", + "expr": "sum(avg_over_time(probe_success{cluster=\"{{ .Values.cluster }}\", instance=\"http://router-internal-default.openshift-ingress.svc.cluster.local:1936/healthz\"}[$__interval]))", + "format": "time_series", + "fullMetaSearch": false, + "includeNullMetadata": true, + "intervalFactor": 1, + "range": true, + "refId": "A", + "useBackend": false + } + ], + "title": "OpenShift Router Uptime", + "transparent": true, + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "grafanacloud-prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "decimals": 3, + "mappings": [ + { + "options": { + "match": "null", + "result": { + "text": "N/A" + } + }, + "type": "special" + } + ], + "min": 0, + "thresholds": { + "mode": "percentage", + "steps": [ + { + "color": "dark-green", + "value": null + }, + { + "color": "dark-red", + "value": 0 + }, + { + "color": "orange", + "value": 50 + }, + { + "color": "dark-green", + "value": 100 + } + ] + }, + "unit": "h", + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 2, + "w": 6, + "x": 6, + "y": 2 + }, + "id": 47, + "links": [], + "maxDataPoints": 1470, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.4.0-65875", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "grafanacloud-prom" + }, + "editorMode": "code", + "expr": "($error_budget - (1 - sum(avg_over_time(probe_success{cluster=\"{{ .Values.cluster }}\", instance=\"http://router-internal-default.openshift-ingress.svc.cluster.local:1936/healthz\"}[$__interval])))) * $__range_s / 100 / 3600", + "format": "time_series", + "intervalFactor": 1, + "range": true, + "refId": "A" + } + ], + "title": "Error Budget Left (Router)", + "transparent": true, + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "grafanacloud-prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "decimals": 3, + "mappings": [ + { + "options": { + "match": "null", + "result": { + "text": "N/A" + } + }, + "type": "special" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "#d44a3a", + "value": null + }, + { + "color": "rgba(237, 129, 40, 0.89)", + "value": 0.95 + }, + { + "color": "#299c46", + "value": 0.97 + } + ] + }, + "unit": "percentunit", + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 2, + "w": 6, + "x": 12, + "y": 2 + }, + "id": 48, + "links": [], + "maxDataPoints": 1470, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.4.0-65875", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "grafanacloud-prom" + }, + "disableTextWrap": false, + "editorMode": "builder", + "expr": "sum(avg_over_time(probe_success{cluster=\"{{ .Values.cluster }}\", instance=\"https://oauth-openshift.openshift-authentication.svc.cluster.local/healthz\"}[$__interval]))", + "format": "time_series", + "fullMetaSearch": false, + "includeNullMetadata": true, + "intervalFactor": 1, + "range": true, + "refId": "A", + "useBackend": false + } + ], + "title": "OpenShift OAuth Uptime", + "transparent": true, + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "grafanacloud-prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "decimals": 3, + "mappings": [ + { + "options": { + "match": "null", + "result": { + "text": "N/A" + } + }, + "type": "special" + } + ], + "min": 0, + "thresholds": { + "mode": "percentage", + "steps": [ + { + "color": "#d44a3a", + "value": null + }, + { + "color": "orange", + "value": 50 + }, + { + "color": "dark-green", + "value": 100 + } + ] + }, + "unit": "h", + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 2, + "w": 6, + "x": 18, + "y": 2 + }, + "id": 49, + "links": [], + "maxDataPoints": 1470, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": [ + "lastNotNull" + ], + "fields": "", + "values": false + }, + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "10.4.0-65875", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "grafanacloud-prom" + }, + "editorMode": "code", + "expr": "($error_budget - (1 - sum(avg_over_time(probe_success{cluster=\"{{ .Values.cluster }}\", instance=\"https://oauth-openshift.openshift-authentication.svc.cluster.local/healthz\"}[$__interval])))) * $__range_s / 100 / 3600", + "format": "time_series", + "intervalFactor": 1, + "range": true, + "refId": "A" + } + ], + "title": "Error Budget Left (OpenShift OAuth)", + "transparent": true, + "type": "stat" + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": { + "type": "prometheus", + "uid": "grafanacloud-prom" + }, + "fieldConfig": { + "defaults": { + "unitScale": true + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 4 + }, + "hiddenSeries": false, + "id": 22, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "max": false, + "min": false, + "rightSide": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 3, + "links": [], + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "paceLength": 10, + "percentage": false, + "pluginVersion": "10.4.0-65875", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "grafanacloud-prom" + }, + "editorMode": "code", + "expr": "$service_slo_target", + "format": "time_series", + "hide": false, + "intervalFactor": 1, + "legendFormat": "target", + "range": true, + "refId": "B" + }, + { + "datasource": { + "type": "prometheus", + "uid": "grafanacloud-prom" + }, + "disableTextWrap": false, + "editorMode": "builder", + "exemplar": false, + "expr": "sum(avg_over_time(probe_success{cluster=\"{{ .Values.cluster }}\", instance=\"https://apiserver.openshift-kube-apiserver.svc.cluster.local/healthz\"}[$__interval])) * 100", + "format": "time_series", + "fullMetaSearch": false, + "includeNullMetadata": true, + "instant": false, + "intervalFactor": 1, + "legendFormat": "real", + "range": true, + "refId": "A", + "useBackend": false + } + ], + "thresholds": [], + "timeRegions": [], + "title": "The OpenShift API 7-days Window SLO (Success Rate)", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "mode": "time", + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:492", + "format": "percent", + "logBase": 1, + "max": "100", + "show": true + }, + { + "$$hashKey": "object:493", + "format": "short", + "logBase": 1, + "show": false + } + ], + "yaxis": { + "align": false + } + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": { + "type": "prometheus", + "uid": "grafanacloud-prom" + }, + "fieldConfig": { + "defaults": { + "unitScale": true + }, + "overrides": [] + }, + "fill": 0, + "fillGradient": 0, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 4 + }, + "hiddenSeries": false, + "id": 34, + "legend": { + "alignAsTable": true, + "avg": false, + "current": true, + "max": false, + "min": false, + "rightSide": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 3, + "links": [], + "nullPointMode": "null", + "options": { + "alertThreshold": true + }, + "paceLength": 10, + "percentage": false, + "pluginVersion": "10.4.0-65875", + "pointradius": 2, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "stack": false, + "steppedLine": false, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "grafanacloud-prom" + }, + "editorMode": "code", + "expr": "$service_slo_target", + "format": "time_series", + "intervalFactor": 1, + "legendFormat": "target", + "range": true, + "refId": "B" + }, + { + "datasource": { + "type": "prometheus", + "uid": "grafanacloud-prom" + }, + "disableTextWrap": false, + "editorMode": "builder", + "exemplar": false, + "expr": "sum(avg_over_time(probe_success{cluster=\"{{ .Values.cluster }}\", instance=\"https://console.openshift-console.svc.cluster.local\"}[$__interval])) * 100", + "format": "time_series", + "fullMetaSearch": false, + "includeNullMetadata": true, + "instant": false, + "intervalFactor": 1, + "legendFormat": "real", + "range": true, + "refId": "A", + "useBackend": false + } + ], + "thresholds": [], + "timeRegions": [], + "title": "The OpenShift Console 7-days Window SLO (Success Rate)", + "tooltip": { + "shared": true, + "sort": 0, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "mode": "time", + "show": true, + "values": [] + }, + "yaxes": [ + { + "$$hashKey": "object:970", + "format": "percent", + "logBase": 1, + "max": "100", + "show": true + }, + { + "$$hashKey": "object:971", + "format": "short", + "logBase": 1, + "show": false + } + ], + "yaxis": { + "align": false + } + }, { "aliasColors": {}, "bars": false, @@ -403,16 +1018,22 @@ spec: "type": "prometheus", "uid": "grafanacloud-prom" }, + "fieldConfig": { + "defaults": { + "unitScale": true + }, + "overrides": [] + }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 0, - "y": 2 + "y": 13 }, "hiddenSeries": false, - "id": 22, + "id": 50, "legend": { "alignAsTable": true, "avg": false, @@ -433,7 +1054,7 @@ spec: }, "paceLength": 10, "percentage": false, - "pluginVersion": "10.3.0-64399", + "pluginVersion": "10.4.0-65875", "pointradius": 2, "points": false, "renderer": "flot", @@ -464,7 +1085,7 @@ spec: "disableTextWrap": false, "editorMode": "builder", "exemplar": false, - "expr": "sum(avg_over_time(probe_success{cluster=\"{{ .Values.cluster }}\", instance=\"https://apiserver.openshift-kube-apiserver.svc.cluster.local/healthz\"}[$__interval])) * 100", + "expr": "sum(avg_over_time(probe_success{cluster=\"{{ .Values.cluster }}\", instance=\"http://router-internal-default.openshift-ingress.svc.cluster.local:1936/healthz\"}[$__interval])) * 100", "format": "time_series", "fullMetaSearch": false, "includeNullMetadata": true, @@ -478,7 +1099,7 @@ spec: ], "thresholds": [], "timeRegions": [], - "title": "The OpenShift API 7-days Window SLO (Success Rate)", + "title": "The OpenShift Router 7-days Window SLO (Success Rate)", "tooltip": { "shared": true, "sort": 0, @@ -518,16 +1139,22 @@ spec: "type": "prometheus", "uid": "grafanacloud-prom" }, + "fieldConfig": { + "defaults": { + "unitScale": true + }, + "overrides": [] + }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 12, - "y": 2 + "y": 13 }, "hiddenSeries": false, - "id": 34, + "id": 51, "legend": { "alignAsTable": true, "avg": false, @@ -548,7 +1175,7 @@ spec: }, "paceLength": 10, "percentage": false, - "pluginVersion": "10.3.0-64399", + "pluginVersion": "10.4.0-65875", "pointradius": 2, "points": false, "renderer": "flot", @@ -565,6 +1192,7 @@ spec: "editorMode": "code", "expr": "$service_slo_target", "format": "time_series", + "hide": false, "intervalFactor": 1, "legendFormat": "target", "range": true, @@ -578,7 +1206,7 @@ spec: "disableTextWrap": false, "editorMode": "builder", "exemplar": false, - "expr": "sum(avg_over_time(probe_success{cluster=\"{{ .Values.cluster }}\", instance=\"https://console.openshift-console.svc.cluster.local\"}[$__interval])) * 100", + "expr": "sum(avg_over_time(probe_success{cluster=\"{{ .Values.cluster }}\", instance=\"https://oauth-openshift.openshift-authentication.svc.cluster.local/healthz\"}[$__interval])) * 100", "format": "time_series", "fullMetaSearch": false, "includeNullMetadata": true, @@ -592,7 +1220,7 @@ spec: ], "thresholds": [], "timeRegions": [], - "title": "The OpenShift Console 7-days Window SLO (Success Rate)", + "title": "The OpenShift OAuth 7-days Window SLO (Success Rate)", "tooltip": { "shared": true, "sort": 0, @@ -606,14 +1234,14 @@ spec: }, "yaxes": [ { - "$$hashKey": "object:970", + "$$hashKey": "object:492", "format": "percent", "logBase": 1, "max": "100", "show": true }, { - "$$hashKey": "object:971", + "$$hashKey": "object:493", "format": "short", "logBase": 1, "show": false @@ -679,7 +1307,8 @@ spec: } ] }, - "unit": "s" + "unit": "s", + "unitScale": true }, "overrides": [] }, @@ -687,7 +1316,7 @@ spec: "h": 9, "w": 12, "x": 0, - "y": 11 + "y": 22 }, "id": 31, "options": { @@ -777,7 +1406,8 @@ spec: } ] }, - "unit": "s" + "unit": "s", + "unitScale": true }, "overrides": [] }, @@ -785,7 +1415,7 @@ spec: "h": 9, "w": 12, "x": 12, - "y": 11 + "y": 22 }, "id": 38, "options": { @@ -823,6 +1453,204 @@ spec: "title": "The OpenShift Console's 99th percentile latency", "type": "timeseries" }, + { + "datasource": { + "type": "prometheus", + "uid": "grafanacloud-prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "s", + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 31 + }, + "id": 52, + "options": { + "legend": { + "calcs": [ + "lastNotNull" + ], + "displayMode": "list", + "placement": "bottom", + "showLegend": false + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "grafanacloud-prom" + }, + "editorMode": "code", + "expr": "quantile_over_time(0.99, probe_duration_seconds{cluster=\"{{ .Values.cluster }}\", instance=\"http://router-internal-default.openshift-ingress.svc.cluster.local:1936/healthz\"}[30s])", + "instant": false, + "key": "Q-cad6bda7-6a69-451e-8414-270ccb89157d-0", + "range": true, + "refId": "A" + } + ], + "title": "The OpenShift Router's 99th percentile latency", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "grafanacloud-prom" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "s", + "unitScale": true + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 31 + }, + "id": 53, + "options": { + "legend": { + "calcs": [ + "lastNotNull" + ], + "displayMode": "list", + "placement": "bottom", + "showLegend": false + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "grafanacloud-prom" + }, + "editorMode": "code", + "expr": "quantile_over_time(0.99, probe_duration_seconds{cluster=\"{{ .Values.cluster }}\", instance=\"https://oauth-openshift.openshift-authentication.svc.cluster.local/healthz\"}[30s])", + "instant": false, + "key": "Q-cad6bda7-6a69-451e-8414-270ccb89157d-0", + "range": true, + "refId": "A" + } + ], + "title": "The OpenShift OAuth's 99th percentile latency", + "type": "timeseries" + }, { "aliasColors": {}, "bars": false, @@ -832,13 +1660,19 @@ spec: "type": "prometheus", "uid": "grafanacloud-prom" }, + "fieldConfig": { + "defaults": { + "unitScale": true + }, + "overrides": [] + }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 0, - "y": 20 + "y": 40 }, "hiddenSeries": false, "id": 41, @@ -862,7 +1696,7 @@ spec: }, "paceLength": 10, "percentage": false, - "pluginVersion": "10.3.0-64399", + "pluginVersion": "10.4.0-65875", "pointradius": 2, "points": false, "renderer": "flot", @@ -929,13 +1763,19 @@ spec: "type": "prometheus", "uid": "grafanacloud-prom" }, + "fieldConfig": { + "defaults": { + "unitScale": true + }, + "overrides": [] + }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 12, - "y": 20 + "y": 40 }, "hiddenSeries": false, "id": 40, @@ -959,7 +1799,7 @@ spec: }, "paceLength": 10, "percentage": false, - "pluginVersion": "10.3.0-64399", + "pluginVersion": "10.4.0-65875", "pointradius": 2, "points": false, "renderer": "flot", @@ -1026,13 +1866,19 @@ spec: "type": "prometheus", "uid": "grafanacloud-prom" }, + "fieldConfig": { + "defaults": { + "unitScale": true + }, + "overrides": [] + }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 0, - "y": 29 + "y": 49 }, "hiddenSeries": false, "id": 44, @@ -1056,7 +1902,7 @@ spec: }, "paceLength": 10, "percentage": false, - "pluginVersion": "10.3.0-64399", + "pluginVersion": "10.4.0-65875", "pointradius": 2, "points": false, "renderer": "flot", @@ -1123,13 +1969,19 @@ spec: "type": "prometheus", "uid": "grafanacloud-prom" }, + "fieldConfig": { + "defaults": { + "unitScale": true + }, + "overrides": [] + }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 9, "w": 12, "x": 12, - "y": 29 + "y": 49 }, "hiddenSeries": false, "id": 43, @@ -1153,7 +2005,7 @@ spec: }, "paceLength": 10, "percentage": false, - "pluginVersion": "10.3.0-64399", + "pluginVersion": "10.4.0-65875", "pointradius": 2, "points": false, "renderer": "flot", @@ -1286,7 +2138,7 @@ spec: "timezone": "", "title": "{{ .Values.cluster | title }} Openshift SLO", "uid": null, - "version": 8, + "version": 2, "weekStart": "" }, "folderUid": "{{ .Values.folderUid }}"