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

Table with all requests #513

Open
vitaliimelnychuk opened this issue Sep 28, 2022 · 0 comments
Open

Table with all requests #513

vitaliimelnychuk opened this issue Sep 28, 2022 · 0 comments
Assignees
Labels
new feature New feature or request
Milestone

Comments

@vitaliimelnychuk
Copy link
Contributor

Description

Currently, we don't have a way of seeing every request that was made when we see some errors for specific label. We already have all the needed data stored and would be nice to show it somewhere as part of Run so users will not need to download CSV file to see raw data

Solution

Since the data is available in MongoDB the idea is to have an API endpoint with the required filter by runId to fetch all metrics.

  • The endpoint should be paginated since amount of data is so big.
  • We need also additional filters by label, date, uri, responseCode
  • Paginated response

From a fronted prospective, there is a need to build one more tab to show all requests that were made for Run.

  • It shoild be a table with all requests
  • There should be a way to sort data by date or latency
  • Filters should be in sync with query
@vitaliimelnychuk vitaliimelnychuk added the enhancement Enhancement of an existing feature label Sep 28, 2022
@vitaliimelnychuk vitaliimelnychuk added this to the v0.10 milestone Sep 28, 2022
@vitaliimelnychuk vitaliimelnychuk self-assigned this Sep 28, 2022
@crazyplayy crazyplayy modified the milestones: v0.10, v1.0.0 Aug 23, 2023
@crazyplayy crazyplayy added new feature New feature or request and removed enhancement Enhancement of an existing feature labels Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants