]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Generic Performace Chart - Carbon
authorDevika Babrekar <devika.babrekar@ibm.com>
Tue, 20 Jan 2026 06:16:33 +0000 (11:46 +0530)
committerAfreen Misbah <afreen@ibm.com>
Mon, 16 Mar 2026 07:20:16 +0000 (12:50 +0530)
commit968c64d124f3743252c614cd8eb2ca1b414458fb
treedb2b53a83091e7b03cf6a3c3e024490e04deb1be
parent4506d3104219d24fe85038804c0cae2e9405671f
mgr/dashboard: Generic Performace Chart - Carbon
Fixes: https://tracker.ceph.com/issues/74396
Signed-off-by: Devika Babrekar <devika.babrekar@ibm.com>
fix performance charts

mgr/dashboard: Generic Performance Chart - Area Chart Integration
Fixes:https://tracker.ceph.com/issues/74396
Signed-off-by: Devika Babrekar <devika.babrekar@ibm.com>
add storage type view

mgr/dashboard:Performance Charts - alignment adjustments
fixes:https://tracker.ceph.com/issues/74396
Signed-off-by: Devika Babrekar <devika.babrekar@ibm.com>
Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/shared/components/components.module.ts
(cherry picked from commit 1a6ebae1e33c1d556390eea86ec852525e44d690)

 Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-overview-dashboard/rgw-overview-dashboard.component.ts
29 files changed:
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard/dashboard-v3.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/overview/overview.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/overview/overview.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/overview/overview.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/overview/storage-card/overview-storage-card.component.scss
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-overview-dashboard/rgw-overview-dashboard.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/performance-card.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/performance-card.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/prometheus.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/prometheus.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/area-chart/area-chart.component.cy.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/area-chart/area-chart.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/area-chart/area-chart.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/area-chart/area-chart.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/area-chart/area-chart.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/performance-card/performance-card.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/performance-card/performance-card.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/performance-card/performance-card.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/performance-card/performance-card.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/time-picker/time-picker.component.cy.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/time-picker/time-picker.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/time-picker/time-picker.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/time-picker/time-picker.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/dashboard-promqls.enum.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/helpers/unit-format-utils.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/area-chart-point.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/performance-data.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/assets/locked.png [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_spacings.scss