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 #4313

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

Link all requests to the page #4313

ankur22 opened this issue Sep 25, 2024 · 0 comments

Comments

@ankur22
Copy link
Contributor

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)

#2728

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants