Skip to content

Commit

Permalink
Change write correctness counter to be a delta (#888)
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Anderson <[email protected]>
  • Loading branch information
evankanderson authored Dec 5, 2023
1 parent 4aacfb5 commit 279dd4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/gcp/modules/monitoring/prober/prober_alerts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ resource "google_monitoring_alert_policy" "prober_verification" {
condition_threshold {
aggregations {
alignment_period = "60s"
per_series_aligner = "ALIGN_SUM"
per_series_aligner = "ALIGN_DELTA"
}

comparison = "COMPARISON_GT"
Expand All @@ -211,6 +211,8 @@ resource "google_monitoring_alert_policy" "prober_verification" {
count = "1"
percent = "0"
}

evaluation_missing_data = "EVALUATION_MISSING_DATA_INACTIVE"
}

display_name = "Kubernetes Container - prometheus/verification"
Expand Down

0 comments on commit 279dd4a

Please sign in to comment.