Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] [User Experience] Map does not show variance when looking at longer durations #81208

Closed
paulb-elastic opened this issue Oct 20, 2020 · 4 comments · Fixed by #81106
Closed
Labels
bug Fixes for quality problems that affect the customer experience [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability v7.10.0

Comments

@paulb-elastic
Copy link
Contributor

When viewing the User Experience app for a shorter time range (e.g. 15 minutes), the map shows a gradient of colours, based on the average duration page load for that region, such as:

image

However, when a larger duration is chosen (e.g. Last 7 days), the map doesn’t show any gradient colours, for example:

image

Note as shown above, the mouse overs are still showing average page load duration, so there is still data associated with the map.

Possible related points of reference: #78788

@paulb-elastic paulb-elastic added bug Fixes for quality problems that affect the customer experience Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability v7.10.0 labels Oct 20, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/uptime (Team:uptime)

@nreese
Copy link
Contributor

nreese commented Oct 20, 2020

@shahzad31 and I looked into this and its caused by outliers in the data set. The styling used by the APM map is a linear gradient. So an outlier on the high end will result in everything getting styled with the first gradient level.

We discussed solutions and one was to use percentile aggregations to define the range bands.

As a work around, APM could generate the percentile bands and pass in a customized color ramp that uses the percentile bands for styling.

@nreese nreese added the [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation label Oct 20, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-gis (Team:Geo)

@shahzad31
Copy link
Contributor

i had tested this after you closed the issue @nreese adding a where query will resolve this, as demonstrated in my draft PR #81106

@shahzad31 shahzad31 removed their assignment Oct 20, 2020
andrewvc pushed a commit that referenced this issue Oct 21, 2020
@zube zube bot added [zube]: Done and removed [zube]: Ready labels Oct 21, 2020
andrewvc pushed a commit to andrewvc/kibana that referenced this issue Oct 21, 2020
andrewvc pushed a commit to andrewvc/kibana that referenced this issue Oct 21, 2020
andrewvc added a commit that referenced this issue Oct 21, 2020
andrewvc added a commit that referenced this issue Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation Team:Uptime - DEPRECATED Synthetics & RUM sub-team of Application Observability v7.10.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants