-
Notifications
You must be signed in to change notification settings - Fork 304
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
Update Alert class to handle nrql validation #2196
Conversation
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.
A bunch of nitpicky style-based things. Nothing I would block the PR on, but if you do decide to incorporate those fixes let me know and I'll re-review.
Co-authored-by: Zack Stickles <[email protected]>
Co-authored-by: Zack Stickles <[email protected]>
Co-authored-by: Zack Stickles <[email protected]>
Co-authored-by: Zack Stickles <[email protected]>
* Remove pop in list
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.
This lgtm!
Summary
This PR stems from handling alert policy error while installing alerts in our UI.
We found that alert conditions that contain a nrql query with
TIMESERIES
fail an installation after ithits our database.
This is a supplementary PR #2190 so we can have a more automated process when verifying alert conditions in PRs.
Testing
Our workflows that validate quickstarts will fail during checks.
Testing PR: #2197
Link to validation failure + logs: https://github.com/newrelic/newrelic-quickstarts/actions/runs/7468258398/job/20323336084