You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: