Skip to content

Update Editor team endpoint custom thresholds

David O'Regan requested to merge 369-editor-team-thresholds into master

What does this MR do and why?

A small MVC for: https://gitlab.com/gitlab-com/create-stage/create-engineering-managers/-/issues/369

Error Budget Work: Set custom target durations for Web and API requests for your team

In the ~"group::editor" we have three main items that need to be set to a low urgency:

Projects::WikisController#show
GET /api/:version/snippets/public
GET /api/:version/projects/:id/wikis

See here and here for more insight on these particular endpoints.

As per: https://docs.gitlab.com/ee/development/application_slis/rails_request_apdex.html#decreasing-the-urgency-setting-a-higher-target-duration we have set the custom thresholds and will remove them once we improve the performance of these areas.

Screenshots or screen recordings

N/A

How to set up and validate locally

N/A

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading