Skip to content

Process prometheus-formatted alerts via HTTP integrations

What does this MR do?

Related issue: #255501 (closed)

If an alert sent to the legacy generic alert endpoint could be processed as a prometheus alert, it would be. With the migration to HTTP endpoints, this behavior stayed the same for already-existing integrations. For new HTTP integrations, this is not the case.

The MR brings the same process-as-prometheus functionality to alerts sent through HTTP integrations.

Screenshots

Test alert sent to HTTP endpoint Processed alert details view
Screen_Shot_2020-12-04_at_4.08.29_PM Screen_Shot_2020-12-04_at_4.08.16_PM

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
Edited by Sarah Yasonik

Merge request reports