Skip to content

upcoming: [UIE-10690] – Support ACLP-NB Metrics Integration feature flag#13563

Open
harsh-akamai wants to merge 1 commit intolinode:developfrom
harsh-akamai:aclp-nb-integration-feature-flag
Open

upcoming: [UIE-10690] – Support ACLP-NB Metrics Integration feature flag#13563
harsh-akamai wants to merge 1 commit intolinode:developfrom
harsh-akamai:aclp-nb-integration-feature-flag

Conversation

@harsh-akamai
Copy link
Copy Markdown
Contributor

Description 📝

Create a boolean feature flag for ACLP NB Metrics Integration and support it in Cloud

Changes 🔄

aclpNbMetricsIntegration feature flag toggle added to our dev tool

Scope 🚢

Upon production release, changes in this PR will be visible to:

  • All customers
  • Some customers (e.g. in Beta or Limited Availability)
  • No customers / Not applicable

How to test 🧪

Verification steps

  • Confirm a toggle for "ACLP NodeBalancer Metrics Integration" is present in our dev tool
  • (optional) Filter network requests for "LaunchDarkly" and observe the presence of a "aclpNbMetricsIntegration" object that has a false value
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


  • 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

@linode-gh-bot
Copy link
Copy Markdown
Collaborator

Cloud Manager UI test results

🔺 1 failing test on test run #1 ↗︎

❌ Failing✅ Passing↪️ Skipped🕐 Duration
1 Failing887 Passing11 Skipped38m 18s

Details

Failing Tests
SpecTest
object-storage.e2e.spec.tsCloud Manager Cypress Tests→object storage end-to-end tests » can update bucket access

Troubleshooting

Use this command to re-run the failing tests:

pnpm cy:run -s "cypress/e2e/core/objectStorage/object-storage.e2e.spec.ts"

@harsh-akamai harsh-akamai marked this pull request as ready for review April 9, 2026 07:44
@harsh-akamai harsh-akamai requested a review from a team as a code owner April 9, 2026 07:44
* but will eventually also look at account capabilities.
*/

export const useIsAclpNbMetricsIntegrationEnabled = () => {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need to create a new hook here since there won't be any customer tag/account capability for this project. To avoid redundant hooks, we can simply use const { aclpNbMetricsIntegration } = useFlags(); wherever this check is needed for this integration work.

@pmakode-akamai pmakode-akamai added NodeBalancers Relating to NodeBalancers ACLP Integration CI (Cloud Interfaces) Support for CC (Core Compute) CloudPulse Integration labels Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ACLP Integration CI (Cloud Interfaces) Support for CC (Core Compute) CloudPulse Integration NodeBalancers Relating to NodeBalancers

Projects

Status: Review

Development

Successfully merging this pull request may close these issues.

3 participants