[Stack Monitoring][Angular removal] Add alerts to react app #111774
Labels
Epic: Stack Monitoring de-angularization
Feature:Stack Monitoring
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
Add all alerts related features to the react app for stack monitoring:
Technical notes
should_fetch
is set to true from child controllers (like happens here)As a first implementation, we can have a similar approach and add the same provider to the page_template and receive a boolean prop to indicate when to fetch alerts.
Note that alerts are fetched in each refresh interval, so the request needs to be added to the
onRefresh
callback in thepage_template
The text was updated successfully, but these errors were encountered: