Skip to content

Link Gitlab managed Prometheus alerts and issues

Sean Arnold requested to merge link-prometheus-alerts-and-issues into master

What does this MR do?

This adds a relationship between PrometheusAlertEvent's and the Issues that are created due to them. We achieve this by adding a join table between Issue and PrometheusAlertEvent. FK's have been setup to ensure referential integrity.

The issue discussing these changes is here: #32538 (closed)

Conformity

Performance 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
Edited by Sean Arnold

Merge request reports