Skip to content

Default cube analytics queries to the last 7 days

Jiaan Louw requested to merge 469488-default-cube-analytics-date-range into master

What does this MR do and why?

Default cube analytics queries to the last 7 days to resolve [Product analytics] Default to a 7 day date ran... (#469488). The only impact of this change is on the visualization designer which now limits the preview to the last 7 days instead of querying events over all time which would result in slow performance, unreadable charts or even crashing the UI.

I've also added a temporary help icon with tooltip to explain this on the UI. This will be superseded by a full date range filter we'll be adding to the visualization designer in Allow filtering product analytics visualization... (#462618).

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Designer

Before After
image image

Dashboards

No visual change.

Before After
image image

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #469488

Merge request reports