manager icon indicating copy to clipboard operation
manager copied to clipboard

new: STORIF-181 - Bucket metrics page created.

Open dchyrva-akamai opened this issue 1 month ago โ€ข 1 comments

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>/metrics page.
  • Observe the new "Metrics Tab" and /metrics route. (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 avatar Dec 03 '25 15:12 dchyrva-akamai

@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

jdamore-linode avatar Dec 11 '25 13:12 jdamore-linode

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 Failing830 Passing11 Skipped38m 50s

linode-gh-bot avatar Dec 15 '25 12:12 linode-gh-bot

@jdamore-linode Hello, thank you for your comment, fixed the tests.

dchyrva-akamai avatar Dec 15 '25 12:12 dchyrva-akamai