Skip to content

Alert old feature flags even if they are disabled by default

Fabio Pitino requested to merge alert-old-disabled-feature-flags into master

Many of the non alerted feature flags are actually enabled on Gitlab.com but not in the YAML definition.

In this MR we remove the filter feature flag is enabled by default allowing the tool to alert also feature flags older than 2 milestones even if they are disabled by default in the YAML definition.

As part of the triage, engineers need to check via ChatOps if the feature flags are enabled on Gitlab.com or enabled by default prior to removing them.

Merge request reports