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] Break down transaction table api removing the sparklines #88938

Closed
cauemarcondes opened this issue Jan 21, 2021 · 1 comment · Fixed by #88946
Closed

[APM] Break down transaction table api removing the sparklines #88938

cauemarcondes opened this issue Jan 21, 2021 · 1 comment · Fixed by #88946
Assignees
Labels
apm:comparison apm:service-overview Team:APM All issues that need APM UI Team support v7.12.0

Comments

@cauemarcondes
Copy link
Contributor

A pre-requisite to implement the time series comparison is to remove the sparklines from the transaction table API and calling a new API that returns it.

GET /api/apm/services/{serviceName}/transactions/groups/overview

To dos:

  • [] Remove sparkline timeseries from API, the avg values must stay because it should be sortable on the table.
  • [] Remove pagination from API
  • [] Create a new API that returns the sparkline timeseries based on the service names received as property
@elasticmachine
Copy link
Contributor

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

@cauemarcondes cauemarcondes changed the title [APM] Break down transaction table api removing the sparklines from it. [APM] Break down transaction table api removing the sparklines Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apm:comparison apm:service-overview Team:APM All issues that need APM UI Team support v7.12.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants