Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Make alert names consistent #825

Merged
merged 1 commit into from
Oct 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions terraform/alerting/verification-server/monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ EOT

resource "google_monitoring_alert_policy" "rate_limited_count" {
project = var.monitoring-host-project
display_name = "ElevatedRateLimitedCount"
display_name = "Elevated Rate Limited Count"
combiner = "OR"
conditions {
display_name = "/rate_limited_count"
Expand Down Expand Up @@ -177,7 +177,7 @@ EOT

resource "google_monitoring_alert_policy" "realm_token_capacity" {
project = var.verification-server-project
display_name = "RealmTokenCapacityUtilizationAboveThreshold"
display_name = "Realm Token Capacity Utilization Above Threshold"
combiner = "OR"
conditions {
display_name = "/realm_capacity_latest"
Expand Down