-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add feature flag for new Threshold Alert details page #162394
Add feature flag for new Threshold Alert details page #162394
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @benakansara |
Pinging @elastic/actionable-observability (Team: Actionable Observability) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Not sure how to test it locally :D
@maryam-saeidi To test, you can add |
@benakansara Interesting, I didn't see any usage of this flag in this PR, so I assumed it would be used later. I tested it locally, and it worked as expected 👍🏻 Where in the code are we using this flag? |
The logic to check feature flag was already there. If we follow the pattern of feature flags of other alert details pages, we only need to add the feature flag (checking feature flag is built-in). The feature flag relies on the app name, which in this case is We are checking the feature flag here:
|
Resolves elastic#162393 Adds a new feature flag `xpack.observability.unsafe.alertDetails.observability.enabled` to show/hide threshold alert details page until it is ready for GA.
Resolves #162393
Adds a new feature flag
xpack.observability.unsafe.alertDetails.observability.enabled
to show/hide threshold alert details page until it is ready for GA.