elastic / kibana

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

[Lens] Ability to display time series comparisons with Lens #158181

Open sorenlouv opened 1 year ago

sorenlouv commented 1 year ago

APM introduced time series comparisons in 7.13 (https://github.com/elastic/kibana/issues/81147). This allows the end user to easily compare the selected time range with the previous day or the previous week (more interval to come in the future).

image

The APM team wants to replace their custom visualisations with Lens to make it easier for users to make modifications and embed visualisations in dashboards etc. However, the lack of proper time series comparisons has proven to be a blocker for migrating to Lens (https://github.com/elastic/kibana/issues/152139, https://github.com/elastic/kibana/issues/145986). While Lens does have a concept of "time shifts" this requires the user to make modifications to the visualisation.

This issue should serve as a way to track the progress of supporting time series comparisons in Lens similar to what APM has

elasticmachine commented 1 year ago

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

ogupte commented 1 year ago

We do a lot of optimizations with useFetcher, in serverless, is migrating to Lens going to incur a big performance cost?

ogupte commented 1 year ago

Is it possible to create a Lens configuration object from APM UI and link to it from our own charts?