new: STORIF-181 - Bucket metrics page created.
Description ๐
Bucket metrics page created.
Changes ๐
- BucketDetail folder reorganized.
- Created new MetricsTab component with the ACLP dashboard inside.
Preview ๐ท
- No preview available at this time.
How to test ๐งช
- Run
pnpm dev. - Open
/buckets/<region>/<bucket>/metricspage. - Observe the new "Metrics Tab" and
/metricsroute. (the dashboard itself should be available only devcloud).
Author Checklists
As an Author, to speed up the review process, I considered ๐ค
๐ Doing a self review โ Our contribution guidelines ๐ค Splitting feature into small PRs โ Adding a changeset ๐งช Providing/improving test coverage ๐ Removing all sensitive information from the code and PR description ๐ฉ Using a feature flag to protect the release ๐ฃ Providing comprehensive reproduction steps ๐ Providing or updating our documentation ๐ Scheduling a pair reviewing session ๐ฑ Providing mobile support โฟ Providing accessibility support
- [x] I have read and considered all applicable items listed above.
As an Author, before moving this PR from Draft to Open, I confirmed โ
- [ ] All tests and CI checks are passing
- [ ] TypeScript compilation succeeded without errors
- [ ] Code passes all linting rules
@dchyrva-akamai sorry about the failures stemming from the Cloud Manager plans selection UI changes. However, I think the Object Storage test failures might be caused by the changes in this PR. Would you mind taking a look at the failing tests in these specs?:
-
object-storage.smoke.spec.ts -
object-storage-errors.spec.ts -
bucket-details-multicluster.spec.ts
Cloud Manager UI test results
:tada: 830 passing tests on test run #15 โ๏ธ
| :x: Failing | :white_check_mark: Passing | :arrow_right_hook: Skipped | :clock1: Duration |
0 Failing | 830 Passing | 11 Skipped | 38m 50s |
@jdamore-linode Hello, thank you for your comment, fixed the tests.