Skip to content

Consolidate some SLIs in the correct services

Bob Van Landuyt requested to merge bvl/cleanup-sidekiq-slis into master

Move the email_receiver SLI to mailroom

This moves the email_receiver SLI from Sidekiq in to mailroom. It is using metrics from Sidekiq to measure successes. It also moves the selector for this out in to a variable and makes sure both SLIs monitor the 2 workers that process emails.

Discussed in gitlab-com/gl-infra&700 (comment 1576698044)

Move global_search_indexing from Sidekiq to Search

This moves the global_search_indexing SLI from sidekiq to search. The SLI is emitted from Sidekiq, but measures indexing performance in ElasticSearch.

Discussed in gitlab-com/gl-infra&700 (comment 1576698044)

Edited by Bob Van Landuyt

Merge request reports