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

Remove some of the http metrics #916

Merged
merged 1 commit into from
Jun 1, 2023
Merged

Remove some of the http metrics #916

merged 1 commit into from
Jun 1, 2023

Commits on May 31, 2023

  1. Remove some of the http metrics

    The motivation for this came from analysing and working on removing the
    web vital rating metrics. It became apparent that we didn't need to
    expose all these http metrics just yet and instead should focus on the
    ones that are most used. We used k6 for guidance on this and they have
    suggested that browser_http_req_duration and browser_http_req_failed
    are the most useful. We can add metrics back in when users show
    interest in them. This will for now also reduce the overall number of
    time series metrics.
    ankur22 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    9b4ce26 View commit details
    Browse the repository at this point in the history