Saved objects (dashboard type) delete time is inconsistent #158587
Labels
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
wg:performance
Work tracked by the performance workgroup
Starting April 25 we noticed a change in saved object
delete_time
metric for dashboard_listing_page journey:Afaik this metric represents how much time it takes to delete saved object (dashboard)
kibana/src/plugins/dashboard/public/dashboard_listing/dashboard_listing.tsx
Lines 162 to 192 in f664e49
Time is matching #154888 PR that splits .kibana saved objects index into multiple indices
Before the change
delete_time
was pretty constant taking ~600ms. After a changedelete_time
is not consistent taking 150-1000 msScenario (delete step) is pretty simple:
kibana/x-pack/performance/journeys/dashboard_listing_page.ts
Lines 28 to 33 in f664e49
You can more information on performance dashboard
The text was updated successfully, but these errors were encountered: