Skip to content

Set 'High' Custom Error Budget Thresholds

What does this MR do and why?

From the list except the GraphQL endpoints which I don't believe we can set urgency per endpoint currently, I believe we only have the following endpoints that we can set as 'High' urgency.

  • HEAD /api/:version/projects/:id/merge_requests/:merge_request_iid/award_emoji
  • GroupsController#unfoldered_environment_names
  • ProjectsController#unfoldered_environment_names
  • HEAD /api/:version/projects/:id/merge_requests/:merge_request_iid
  • Projects::MergeRequestsController#delete_description_version
  • Projects::MergeRequestsController#export_csv
  • GET /api/:version/projects/:id/merge_requests/:merge_request_iid/context_commits

I don't think we can set different urgency for HEAD vs GET requests either so I've ignored those HEAD requests as well.

Related to #346802 (closed)

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

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

Related to #346802 (closed)

Edited by Sincheol (David) Kim

Merge request reports

Loading