【问题标题】:google cloud monitoring not triggerd incident谷歌云监控未触发事件
【发布时间】:2020-12-09 08:28:30
【问题描述】:

指标超过阈值。
但在 2020/08/19 14:46(JST +0900) 指标上未触发事件。
我不知道原因,所以请帮助我。

警报策略设置:

{
  "name": "projects/XXXXXXX/alertPolicies/17974723355996026588",
  "displayName": "app_more_than_error ",
  "combiner": "OR",
  ~~~~~
  "conditions": [
    {
      "conditionThreshold": {
        "filter": "metric.type=\"logging.googleapis.com/user/app_more_than_error\" resource.type=\"gke_container\"",
        "comparison": "COMPARISON_GT",
        "thresholdValue": 0.01,
        "duration": "0s",
        "trigger": {
          "count": 1
        },
        "aggregations": [
          {
            "alignmentPeriod": "60s",
            "perSeriesAligner": "ALIGN_MEAN",
            "crossSeriesReducer": "REDUCE_SUM"
          }
        ]
      },
      "displayName": "logging/user/app_more_than_error [SUM]",
      "name": "projects/XXXXXXX/alertPolicies/17974723355996026588/conditions/17974723355996028427"
    }
  ],
  "notificationChannels": [
    "projects/XXXXXXX/notificationChannels/10401003724293349755"
  ],
  "enabled": true
}

Image policy overview

Image incidents

【问题讨论】:

    标签: google-cloud-platform stackdriver google-cloud-monitoring


    【解决方案1】:

    如果它有效,您会再次审查吗?根据https://status.cloud.google.com/,它可能受到 GCP 的某些事件的影响

    【讨论】:

    • 感谢您的回答。但。由于是事发前的问题,我认为不相关
    【解决方案2】:

    所以看起来事件已被触发,但您没有收到通知。

    我建议查看通知渠道 [1] 文档。

    我还与您分享有关“警报行为”[2] 的文档,以便您查看它以及有关“管理警报策略”[3] 的文档。

    [1]https://cloud.google.com/monitoring/support/notification-options

    [2]https://cloud.google.com/monitoring/alerts/concepts-indepth

    [3]https://cloud.google.com/monitoring/alerts/using-alerting-ui

    【讨论】:

    • 问题前后都可以正常工作。我没有收到任何通知,但在此之前它没有在 Stackdriver 中检测到事件。
    • 我了解到您的意思是未检测到该事件,因为您没有收到通知。我建议查看通知渠道。 [1] --- [1] cloud.google.com/monitoring/support/notification-options
    猜你喜欢
    • 1970-01-01
    • 2019-12-29
    • 2015-06-01
    • 2021-07-11
    • 2021-06-16
    • 2011-04-22
    • 1970-01-01
    • 1970-01-01
    • 2016-12-26
    相关资源
    最近更新 更多