Skip to content

Introduce separate targets for global search indexing SLI

What does this MR do and why?

Fixes the global search indexing error budget by making the targets for non-code indexing low and having separate targets for incremental (100 bytes per second) and initial (0 bytes per second).

This is a patch until Refactor search indexed bytes/sec to account fo... (#390599) is implemented and the reason for making the targets very low is that at the moment, this metric doesn't really make sense after Advanced Search: Allow bulk cron worker paralle... (!110936 - merged) was introduced and is only hurting our error budget. With this target, the effective apdex will go from 99.66 to 99.99.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Madelein van Niekerk

Merge request reports