-
Notifications
You must be signed in to change notification settings - Fork 9
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
Azure outage alert #1458
Azure outage alert #1458
Conversation
Co-Authored-By: Samuel Aquino <[email protected]>
Co-Authored-By: Samuel Aquino <[email protected]>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
||
criteria { | ||
category = "ServiceHealth" | ||
levels = ["Error"] |
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.
Consider using a variable for the alert level to allow flexibility in configuration without code changes. [important]
levels = ["Error"] | ||
service_health { | ||
locations = var.service_health_locations | ||
events = ["Incident"] |
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.
It's recommended to externalize the service events into a variable to enhance the flexibility and maintainability of the alert configurations. [important]
|
||
lifecycle { | ||
ignore_changes = [ | ||
tags["business_steward"], |
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.
Validate if the lifecycle ignore_changes configuration is necessary for all these tags, as it might lead to overlooking important changes. [medium]
PR Code Suggestions ✨Explore these optional code suggestions:
|
Quality Gate passedIssues Measures |
Add a PR title
Describe what changed in this PR at a high level.
Issue
Add a link to the issue here. Consider using
closing keywords
if the this PR isn't for a story (stories will be closed through different means).
Checklist
Note: You may remove items that are not applicable