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

[Metrics UI] Loading saved views in Metrics Explorer results in 2 requests #72489

Closed
simianhacker opened this issue Jul 20, 2020 · 1 comment · Fixed by #72518
Closed

[Metrics UI] Loading saved views in Metrics Explorer results in 2 requests #72489

simianhacker opened this issue Jul 20, 2020 · 1 comment · Fixed by #72518
Labels
bug Fixes for quality problems that affect the customer experience Feature:Metrics UI Metrics UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v7.9.0

Comments

@simianhacker
Copy link
Member

Kibana version:

7.9-BC1

Elasticsearch version:

7.9-BC1

Original install method (e.g. download page, yum, from source, etc.):

Cloud

Describe the bug:

When loading a saved view on the Metrics Explorer, there are two requests sent, one for the previous view and one for the new view. If the previous view takes longer to load than the new view. This creates a race condition where if the first request finished after the second request, the page is left in an unexpected state.

Steps to reproduce:

  1. Open Metrics Explorer
  2. Open dev console and select network traffic view
  3. Delete all the metrics, add system.network.in.bytes to metrics bar
  4. Change aggregation to Rate
  5. Change "graph per" to host.name, system.network.name
  6. Save current view as "Network Interfaces"
  7. Load "Default view"
  8. You should see two requests. If the first request takes longer then the second request the page will look like the screen shot below

image

@simianhacker simianhacker added this to the Metrics UI 7.9 milestone Jul 20, 2020
@simianhacker simianhacker added v7.9.0 bug Fixes for quality problems that affect the customer experience Feature:Metrics UI Metrics UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services labels Jul 20, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui)

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 Feature:Metrics UI Metrics UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v7.9.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants