elastic / uptime

This project includes resources and general issue tracking for the Elastic Uptime solution
12 stars 3 forks source link

Enable single metric charts on exploratory view #455

Closed shahzad31 closed 2 years ago

shahzad31 commented 2 years ago

Lens allows metric visualisation where you can add a single metric to the chart, like average page load time value

image

we have many of those visualisations in user experience app, to get rid of UX app code from APM UI, we need to enable single metrics in exploratory view so that we can replace those in the user experience app

ticket is essentially https://github.com/elastic/uptime/issues/454 , if we don't enable single metric visualization in exploratory view.

drewpost commented 2 years ago

@shahzad31 does this mean we can't remove the code from APM until this is done? Is this a hard dependency?

cc @paulb-elastic

shahzad31 commented 2 years ago

Yes, i think that's the path we want to take. Though we can also use asyncsearch directly to remove remaining code out of APM.