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

[APM] Duplicate api requests on many pages #84249

Closed
sorenlouv opened this issue Nov 24, 2020 · 2 comments · Fixed by #84439
Closed

[APM] Duplicate api requests on many pages #84249

sorenlouv opened this issue Nov 24, 2020 · 2 comments · Fixed by #84439
Labels
bug Fixes for quality problems that affect the customer experience Team:APM All issues that need APM UI Team support v7.11.0

Comments

@sorenlouv
Copy link
Member

Many pages have started making duplicate request to the API. For instance, on the Transactions overview page the following identical calls are made to:

  • /api/apm/services/{serviceName}/annotation/search
  • /api/apm/services/{serviceName}/transaction_types
  • /api/apm/services/{serviceName}/transaction_groups/error_rate
  • /api/apm/services/opbeans-python/transaction_groups/charts
  • /api/apm/services/opbeans-python/agent_name

image.png

@sorenlouv sorenlouv added [zube]: (7.11) bug Fixes for quality problems that affect the customer experience Team:APM All issues that need APM UI Team support v7.11.0 labels Nov 24, 2020
@elasticmachine
Copy link
Contributor

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

@sorenlouv sorenlouv changed the title [APM] Duplicate xhr requests on many pages [APM] Duplicate api requests on many pages Nov 24, 2020
@cauemarcondes
Copy link
Contributor

/api/apm/services/{serviceName}/annotation/search is gonna be fixed on this PR #84238

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 Team:APM All issues that need APM UI Team support v7.11.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants