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
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.
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
andbrowser_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)
Already existing or connected issues / PRs (optional)
grafana/k6#2728
The text was updated successfully, but these errors were encountered: