feat: [DPS-36767] - Embedded metrics dashboard as contextual view in stream#13492
Open
kagora-akamai wants to merge 6 commits intolinode:developfrom
Conversation
dmcintyr-akamai
approved these changes
Mar 17, 2026
d088df2 to
fa85bda
Compare
Contributor
|
When I go to some not existing stream (logs/delivery/streams/99999/metrics), then the metrics are trying to fetch. Change it so that it does not display the Metrics tab when the stream does not exist. |
fa85bda to
1aa1d98
Compare
mduda-akamai
reviewed
Apr 1, 2026
packages/manager/src/features/Delivery/Streams/Stream/StreamLanding.tsx
Outdated
Show resolved
Hide resolved
mduda-akamai
reviewed
Apr 1, 2026
1aa1d98 to
a1ab79b
Compare
Collaborator
Cloud Manager UI test results🔺 2 failing tests on test run #6 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/objectStorage/object-storage.e2e.spec.ts,cypress/e2e/core/linodes/resize-linode.spec.ts" |
||||||||||||||||||||
mduda-akamai
approved these changes
Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description 📝
New Metrics tab under Stream view.
Changes 🔄
aclpLogs.metricsEnabledaclpLogs.metricsEnabledflag)streams/$id/editchanged tostreams/$id/summarydestinations/$id/editchanged todestinations/$id/summarystreams/$idredirects tostreams/$id/summarydestinations/$idredirects todestinations/$id/summarystreams/$id/metricsto stream metrics tab (hidden behindaclpLogs.metricsEnabledflag)Scope 🚢
Upon production release, changes in this PR will be visible to:
Target release date 🗓️
April 2026
Preview 📷
How to test 🧪
Prerequisites
Run manager with devcloud env.
Enable flag:
aclpLogs.metricsEnabled(truevalue)Verification steps
Navigate to some stream. See new view with 2 tabs. Dashboard loading in Metrics tab.
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
🚩 Using a feature flag to protect the release
🧪 Providing/improving test coverage
📱 Providing mobile support
As an Author, before moving this PR from Draft to Open, I confirmed ✅