From: Aashish Sharma <66050535+aaSharma14@users.noreply.github.com> Date: Tue, 11 Mar 2025 12:33:15 +0000 (+0530) Subject: Merge pull request #61474 from piyushagarwal1411/osd X-Git-Tag: v20.3.0~399 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=31017434a3908c91b67563351aec0b66b3715208;p=ceph.git Merge pull request #61474 from piyushagarwal1411/osd mgr/dashboard: Changing SimpleGraphPanel to TimeSeries Panel in osd.libsonnet to fix inconsistency in Line Graphs Reviewed-by: Aashish Sharma --- 31017434a3908c91b67563351aec0b66b3715208 diff --cc monitoring/ceph-mixin/dashboards_out/osds-overview.json index e6e8e707ac7b2,5460610de1838..598a3165474c9 --- a/monitoring/ceph-mixin/dashboards_out/osds-overview.json +++ b/monitoring/ceph-mixin/dashboards_out/osds-overview.json @@@ -47,41 -47,53 +47,66 @@@ "graphTooltip": 0, "hideControls": false, "id": null, - "links": [ ], + "links": [ + { + "asDropdown": true, + "icon": "external link", + "includeVars": true, + "keepTime": true, + "tags": [ ], + "targetBlank": false, + "title": "Browse Dashboards", + "tooltip": "", + "type": "dashboards", + "url": "" + } + ], "panels": [ { - "aliasColors": { - "@95%ile": "#e0752d" - }, - "bars": false, - "dashLength": 10, - "dashes": false, "datasource": "$datasource", - "description": "", "fieldConfig": { "defaults": { + "color": { + "mode": "palette-classic" + }, "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", "fillOpacity": 8, - "showPoints": "never" + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 0, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "thresholds": { + "mode": "absolute", + "steps": [ ] }, "unit": "ms" - } + }, + "overrides": [ ] }, - "fill": 1, - "fillGradient": 0, "gridPos": { "h": 8, "w": 8,