]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Generic Performace Chart - Carbon 67021/head
authorDevika Babrekar <devika.babrekar@ibm.com>
Tue, 20 Jan 2026 06:16:33 +0000 (11:46 +0530)
committerAashish Sharma <aashish@li-e9bf2ecc-2ad7-11b2-a85c-baf05c5182ab.ibm.com>
Tue, 24 Feb 2026 10:26:06 +0000 (15:56 +0530)
commit1a6ebae1e33c1d556390eea86ec852525e44d690
tree75afe50abd123ad4d71c7f9092aa9af31613f9bb
parent2f52d480befc8d7b70fa756d2a7ccb2609ad1a4f
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
28 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]