Skip to content

Move Prometheus::Alerts::NotifyService to Core

What does this MR do?

Implements #210532 (closed)
Contributes to #42640 (closed)

Moves Prometheus::Alerts::NotifyService from EE to CE.

Note: There is some functionality related to multiple clusters is happening under the hood, which part of EE. That's why the spec file was split. Multi-cluster related checks remain in EE domain, and the rest of the functionality has been moved to CE.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • ~~Label as security and @ mention @gitlab-com/gl-security/appsec~~
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports