Skip to content

Route alert notifications through single controller

Sarah Yasonik requested to merge sy-route-alerts-through-single-controller into master

What does this MR do and why?

Swaps the /prometheus/alerts/notify route to direct to Projects::Alerting::NotificationsController#create, so all alert notifications go through the same controller/auth flows.

This prepares us to ingest alerts via migrated prometheus alert integrations smoothly. No user-facing changes are expected.

How to set up and validate locally

See !123217 (merged)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Sarah Yasonik

Merge request reports

Loading