Skip to content

Conversation

@venkymano-akamai
Copy link
Contributor

@venkymano-akamai venkymano-akamai commented Feb 10, 2026

Description 📝

Onboard network load balancer into cloudpulse metrics

Changes 🔄

  1. Add a filter config for onboarding cloudpulse metrics with network load balancer
  2. Add network load balancer fetch queries
  3. Add dimension filter constants changes for node_id and ip

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

Target release date 🗓️ Next Release Date

Preview 📷

aclp_nlb_onboarding.webm

How to test 🧪

  1. Login as mock into Cloud Manager application using legacy mocks.
  2. Navigate to monitor and then to metrics.
  3. Select network load balancer dashboards and required filters.
  4. You should be able to see the widgets and everything should work accordingly.
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

const serviceType =
integrationServiceType &&
aclpServices?.[integrationServiceType]?.metrics?.enabled
(integrationServiceType === 'netloadbalancer' ||
Copy link
Contributor Author

Choose a reason for hiding this comment

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

these fallbacks are for testing and will be removed before merge

const serviceTypes: CloudPulseServiceType[] = serviceType
? [serviceType]
: getEnabledServiceTypes(serviceTypesList, aclpServices);
: [
Copy link
Contributor Author

Choose a reason for hiding this comment

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

these fallbacks are for testing and will be removed before merge

@linode-gh-bot
Copy link
Collaborator

Cloud Manager UI test results

🔺 1 failing test on test run #3 ↗︎

❌ Failing✅ Passing↪️ Skipped🕐 Duration
1 Failing865 Passing11 Skipped40m 56s

Details

Failing Tests
SpecTest
access-key.e2e.spec.tsCloud Manager Cypress Tests→object storage access key end-to-end tests » can create an access key with limited access - e2e

Troubleshooting

Use this command to re-run the failing tests:

pnpm cy:run -s "cypress/e2e/core/objectStorage/access-key.e2e.spec.ts"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Review

Development

Successfully merging this pull request may close these issues.

2 participants