Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtaveras committed Jul 29, 2024
1 parent 0721b3f commit b6d7e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ resource "google_monitoring_alert_policy" "health_check_policy" {
metric.type = "logging.googleapis.com/user/${google_logging_metric.health_check_metric.name}"
EOF

duration = "300s"
duration = "300s" # Re-test the condition every 5 minutes
comparison = "COMPARISON_LT"
threshold_value = 1

aggregations {
alignment_period = "21600s"
alignment_period = "21600s" # 6 hours
per_series_aligner = "ALIGN_SUM"
}

Expand Down

0 comments on commit b6d7e54

Please sign in to comment.