Filter out request metrics by their URL tag #1434
Labels
feature
A new feature
next
Might be eligible for the next planning (not guaranteed!)
user request
Requested by the community
Feature Description
As mentioned in #371, there could be a need to filter out metrics from requests with given urls which just create noise in the results. These could be requests that track user flow, adverts, or requests which aren't related to your team's ownership (if a website/page is split between multiple teams). These wouldn't be useful to see in the results and instead create noise.
Suggested Solution (optional)
route(url, handler[, options])
#10), to allow the user to add urls to intercept and abort, thus not recording metrics to do with that request. This would also prevent the request from being sent.page.on('metric')
to allow for an ignore function, so that users can ignore metrics but still allow the request to complete e.g.:Other considerations
We should use the feature to ignore
about:blank
metrics!Already existing or connected issues / PRs (optional)
Compliments #371
Connected: #10
The text was updated successfully, but these errors were encountered: