elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.72k stars 8.14k forks source link

[APM] Lazy load dashboard dropdown options #167761

Open kpatticha opened 11 months ago

kpatticha commented 11 months ago

In this https://github.com/elastic/kibana/pull/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

https://github.com/elastic/kibana/blob/b0ef90dad1e5e876c87297533c516c1f20ab4f32/src/plugins/dashboard/public/services/dashboard_content_management/dashboard_content_management_service.ts#L84

elasticmachine commented 11 months ago

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