Skip to content

Commit

Permalink
adjust alignment_period
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Nov 15, 2023
1 parent b80d6e5 commit 8f47b16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tf/modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# tf-module-monitoring-22
- Improve logical SQL backup alerting policy (alignment period 60s -> 1h)

# tf-module-monitoring-21
- Attempt to fix the failed logical SQL backup alerting policy

Expand Down
2 changes: 1 addition & 1 deletion tf/modules/monitoring/sql-backup-failure-alert.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "google_monitoring_alert_policy" "alert_policy_sql_logical_backup_failu
aggregations {
cross_series_reducer = "REDUCE_COUNT"
per_series_aligner = "ALIGN_COUNT"
alignment_period = "60s"
alignment_period = "3600s"
group_by_fields = [
"resource.labels.container_name",
]
Expand Down

0 comments on commit 8f47b16

Please sign in to comment.