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

Link all requests to the page #1445

Open
ankur22 opened this issue Sep 25, 2024 · 0 comments
Open

Link all requests to the page #1445

ankur22 opened this issue Sep 25, 2024 · 0 comments
Labels
feature A new feature user request Requested by the community

Comments

@ankur22
Copy link
Collaborator

ankur22 commented Sep 25, 2024

Feature Description

When a page navigates to a website, it will perform other resource requests to retrieve JS files, images etc. We are tracking each request as a metric in the form of browser_http_req_duration, browser_http_req_failed, browser_data_received and browser_data_sent. This is done here and here.

The issue is that we cannot link these metrics to the originating page. We need to find a way to link them with a shared id or page url. Issue with the page url is that the url for different pages could all be the same, so an id is preferred.

Suggested Solution (optional)

  • Either a new ID that can be used with each new page.
  • Link them to the trace.
  • async groups api

Already existing or connected issues / PRs (optional)

grafana/k6#2728

@ankur22 ankur22 added feature A new feature user request Requested by the community labels Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature user request Requested by the community
Projects
None yet
Development

No branches or pull requests

1 participant