Cme 768#5185
Open
AntonyLeons wants to merge 216 commits into
Open
Conversation
…_monitor_scheduled_query_rules_alert The values were updated from string durations to numeric values to match the expected format by the Azure provider
…xui-webapp into CME-717-welsh-reports
Use datetime_add for consistent time calculations and replace bin with startofday for better query efficiency
Update the frequency to match the intended alerting interval
… for welsh usage report Move the Kusto query from azurerm_monitor_scheduled_query_rules_alert to azurerm_application_insights_analytics_item and reference it in the alert rule to improve maintainability and reusability
…e for welsh usage report The azurerm_application_insights_analytics_item resource was replaced with azurerm_monitor_scheduled_query_rules_alert to directly embed the query and simplify the monitoring setup. This change improves maintainability by removing the dependency on the analytics item and allows for more precise control over the alert frequency and triggering conditions.
Add dynamic email receivers to handle multiple email addresses from key vault
Standardize the order of variable attributes (default, description, type) across all variables in the file to improve readability and maintainability
Cme 717 demo testing
fix: adjust scheduled query rule to trigger on 12th instead of 11th fix: adjust time_window for welsh_usage_report alert to 5 minutes Update main.tf Revert "fix: adjust frequency of welsh_usage_report alert to 5 minutes" This reverts commit 32bb321. Reapply "fix: adjust frequency of welsh_usage_report alert to 5 minutes" This reverts commit 77d1d51. Update main.tf refactor(infrastructure): remove welsh usage report monitoring Revert "refactor(infrastructure): remove welsh usage report monitoring" This reverts commit 8ece0ce. Reapply "refactor(infrastructure): remove welsh usage report monitoring" This reverts commit 9ea8427. Update main.tf Revert "refactor(infrastructure): remove welsh usage report monitoring" This reverts commit 2076513. Update main.tf Update main.tf Update main.tf Revert "Update main.tf" This reverts commit 7e4cc51. Update main.tf remove Revert "remove" This reverts commit d85f17a. Update main.tf Revert "Update main.tf" This reverts commit 32596b1. Update main.tf fix(monitoring): adjust welsh usage report alert trigger day and condition kiran changes Update main.tf Update main.tf Update main.tf Update main.tf Update main.tf
…aat.tfvars, main.tf, and variables.tf
Contributor
Plan Result (aat)
Change Result (Click me) # module.redis6-cache.azurerm_redis_cache.redis will be updated in-place
~ resource "azurerm_redis_cache" "redis" {
id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/rpx-mc-redis6-cache-aat/providers/Microsoft.Cache/redis/xui-webapp-aat"
name = "xui-webapp-aat"
tags = {
"application" = "expert-ui"
"autoShutdown" = "true"
"builtFrom" = "https://github.com/HMCTS/rpx-xui-webapp.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#xui-pipeline"
"environment" = "staging"
"managedBy" = "Expert UI"
}
# (24 unchanged attributes hidden)
~ redis_configuration {
~ maxfragmentationmemory_reserved = 1330 -> 642
~ maxmemory_delta = 1330 -> 642
~ maxmemory_reserved = 1330 -> 642
# (14 unchanged attributes hidden)
}
}
Plan: 0 to add, 1 to change, 0 to destroy. |
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.
Jira link
https://tools.hmcts.net/jira/browse/CME-768
See PROJ-XXXXXX
Change description
Dependency PRs
Testing done
Security Vulnerability Assessment
CVE Suppression: Are there any CVEs present in the codebase (either newly introduced or pre-existing) that are being intentionally suppressed or ignored by this commit?
Checklist