[Actionable Observability] - Replace the global feature-flag for the Alert Details page with App-based feature flag #142718
Labels
release_note:feature
Makes this part of the condensed release notes
Team: Actionable Observability - DEPRECATED
For Observability Alerting and SLOs use "Team:obs-ux-management", for AIops "Team:obs-knowledge"
v8.6.0
📝 Summary
Part of #138645
In #139216 we introduced the global feature flag
xpack.observability.unsafe.alertDetails.enabled
so the user can access the new Alert Details page FOR ALL RULE TYPESWhile working on the Alert Details page we realized that the roll-out will be by App. e.g. We are targeting APM rule types first. In that case, providing a global feature flag is no more suitable for a roll-out by App.
✅ AC
xpack.observability.unsafe.alertDetail.enabled
xpack.observability.unsafe.alertDetails.apm.enabled
xpack.observability.unsafe.alertDetails.infra.enabled
xpack.observability.unsafe.alertDetails.logs.enabled
xpack.observability.unsafe.alertDetails.uptime.enabled
The text was updated successfully, but these errors were encountered: