Skip to content

Fix Search API logging

Madelein van Niekerk requested to merge 372283-fix-search-api-log-labels into master

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

  1. Measure apdex metrics after 7 days of this MR being live in production.
  2. Replace current SLI targets with new targets.
  3. Merge !100402 (merged) which fixes apdex labels.

Related to #372283 (closed)

Merge request reports