Skip to content

PMM-15184 Feature build for Disk Details stacking fix - #4539

Draft
theTibi wants to merge 1 commit into
v3from
PMM-15184-fix-disk-details-stacking-legend
Draft

PMM-15184 Feature build for Disk Details stacking fix#4539
theTibi wants to merge 1 commit into
v3from
PMM-15184-fix-disk-details-stacking-legend

Conversation

@theTibi

@theTibi theTibi commented Aug 23, 2026

Copy link
Copy Markdown

Feature build for PMM-15184https://perconadev.atlassian.net/browse/PMM-15184

Builds PMM Server and Client from the percona/pmm branch that fixes the Disk Details mountpoint panel.

Component PRs

ci.yml

deps:
  - name: pmm
    branch: PMM-15184-fix-disk-details-stacking-legend
    url: https://github.com/percona/pmm

Single repo — the change is one file, dashboards/dashboards/OS/Disk_Details.json (panel 1023). No grafana-fork, exporter or pmm-qa branch is involved.

What to check in the built image

Open Disk Details for a node with a large disk, expand the Disk Space row, and look at the Mountpoint $mountpoint panel:

  1. The Used + Free stack tops out at the device's true capacity, not 2× it. On origin/main a 47.7 TiB device renders a ~96 TiB stack; verified locally as 58.4 GiB instead of ~117 GiB on a 58.37 GiB device.
  2. Total renders as an unfilled dark-red reference line lying along the top of the stack — not as a filled band stacked above it.
  3. The legend shows Mean / Max / Min / Last columns per series, instead of only Last.

Nothing else in the dashboard should change: all 21 panel ids, the node-disk uid, and every query and unit are untouched, so existing deep links must keep working.


Draft, per the FB convention — to be closed once the component PR merges.

Build PMM server and client from the percona/pmm branch that fixes the
Disk Details mountpoint panel: Used+Free no longer double-counts capacity,
and the legend regains its Mean/Max/Min columns.

Component PR: percona/pmm#5823

Signed-off-by: theTibi <tkorocz@gmail.com>
@JNKPercona

Copy link
Copy Markdown
Collaborator

@JNKPercona

Copy link
Copy Markdown
Collaborator

API tests have succeded: https://pmm.cd.percona.com/job/pmm3-api-tests/7120/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants