Skip to content

refactor(metric-catalog): sidekiq helper

Steve Xuereb requested to merge refactor/sidekiq-helper into master

What

  • Remove userImpacting, trafficCessationAlertConfig, and monitoringThresholds fields from shardDefinitions.
  • Delete unused variable

Why

The SLI definition for sidekiq moved inside the applicaton and we can no longer define any of these inside of the application.

Reference: https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/24230#note_1576444761

Merge request reports