Skip to content

Add graph in sidekiq for global search indexing queue

Dylan Griffith requested to merge monitor-global-search-queue into master

This introduces a new graph in the sidekiq dashboard for the incremental index queue size for Global Search (Elasticsearch) indexing.

This metric was introduced in gitlab-org/gitlab!27384 (merged).

An example of the graph with local testing looks like:

Screen_Shot_2020-03-24_at_5.36.04_pm

Which sits among the other sidekiq queue graphs:

Screen_Shot_2020-03-24_at_5.38.51_pm

Snapshot example can be found at https://dashboards.gitlab.net/dashboard/snapshot/o7DoiYCWxB6XNzBVHfXH10lyPBa0cioa?orgId=1

Merge request reports