Clean up documentation and resolve role duplicates#12
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces major improvements to monitoring, alerting, and deployment automation for the SRE Agent demo environment. The changes include adding robust alerting capabilities in the infrastructure, enhancing deployment scripts for idempotency and uniqueness, and updating documentation to guide users through new workflows and known issues.
Monitoring and Alerting Enhancements:
monitorTerraform module, including variables and resources for action groups, email/webhook receivers, and alert rules for failed requests, response time, and exception spikes. This enables automated incident detection and notification via Application Insights and Azure Monitor. [1] [2] [3] [4]enable_alerts,alert_email_receivers,alert_webhook_receivers, thresholds) at the root level for easy customization per environment. [1] [2] [3]Deployment and Automation Improvements:
Documentation Updates:
These changes collectively improve the reliability, observability, and usability of the SRE Agent demo, making it easier to detect, respond to, and remediate incidents in a production-like environment.