mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 12:04:02 +00:00
fix(terraform): target Cloud Run log metrics in alerts
This commit is contained in:
@@ -135,7 +135,8 @@ resource "google_monitoring_alert_policy" "bot_error_events" {
|
|||||||
|
|
||||||
condition_threshold {
|
condition_threshold {
|
||||||
filter = <<-EOT
|
filter = <<-EOT
|
||||||
resource.type="global"
|
resource.type="cloud_run_revision"
|
||||||
|
resource.labels.service_name="${module.bot_api_service.name}"
|
||||||
metric.type="logging.googleapis.com/user/${google_logging_metric.bot_error_events[each.key].name}"
|
metric.type="logging.googleapis.com/user/${google_logging_metric.bot_error_events[each.key].name}"
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user