Skip to content

fix(alert): ignore sentry for chef_client_disabled

Steve Xuereb requested to merge fix/remove-sentry-from-chef-disabled into master

What

Ignore the type=sentry for the ChefClientDisabled alert.

Before and after: Screenshot_2022-11-01_at_11.40.49

source

Why

chef-client was disabled on sentry in gitlab-com/gl-infra/production#7761 (closed). We are in the process of migrating to the new setup in https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/15372. In the mean time we should ignore this.

When https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/15372 is done we can remove this negation, but it wouldn't be a big deal if we keep it either because Sentry will be deployed on Kubernetes now.

Reference: gitlab-com/gl-infra/production#7946 (closed)

Edited by Steve Xuereb

Merge request reports