Fix Search API logging
Context
Search API logs have incorrect level
(group|project|global
) and type
(basic|advanced
) labels.
This is because additional_params
is not being passed to the search_service
which determines these labels.
Fix
Pass additional_params
when calling search_service
.
Next steps
- Measure apdex metrics after 7 days of this MR being live in production.
- Replace current SLI targets with new targets.
- Merge !100402 (merged) which fixes apdex labels.
Related to #372283 (closed)