Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APM] Lazy load dashboard dropdown options #167761

Open
kpatticha opened this issue Oct 2, 2023 · 1 comment
Open

[APM] Lazy load dashboard dropdown options #167761

kpatticha opened this issue Oct 2, 2023 · 1 comment
Labels
refactoring Team:APM All issues that need APM UI Team support

Comments

@kpatticha
Copy link
Contributor

In this #166789 we introduced the ability to select and link a custom dashboard. but we load 1000 dashboards at once

image

Todo

  1. Instead of loading all 1000 dashboards at once, we should implement lazy loading. Dashboards should be loaded in smaller batches, for example, 20 options at a time.
  2. Search dashboards with titles as the user types

links

findByTitle: (title) => findDashboardIdByTitle(contentManagement, title),

@botelastic botelastic bot added the needs-team Issues missing a team label label Oct 2, 2023
@jughosta jughosta added the Team:APM All issues that need APM UI Team support label Oct 4, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:APM)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Team:APM All issues that need APM UI Team support
Projects
None yet
Development

No branches or pull requests

3 participants