[Discover] Report kibana:plugin_render_time metric event. #186129
Labels
blocked
Feature:Discover
Discover Application
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
Project:OneDiscover
Enrich Discover with contextual awareness
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
telemetry
Issues related to the addition of telemetry to a feature
The metric kibana:plugin_render_time measures the time from the start of navigation to the point at which the most meaningful component appears on the screen.
https://docs.elastic.dev/kibana-dev-docs/tutorial/performance/adding_custom_performance_metrics#how-it-works
What's the most meaningful component on the screen? One could argue, it's when data is rendered in the Data Table
kibana/src/plugins/discover/public/components/discover_grid/discover_grid.tsx
Lines 20 to 30 in 339379e
However, this would not cover the following:
So it would need some research if the most meaningful component could be the data table, or if there are alternatives.
The text was updated successfully, but these errors were encountered: