karma: Wrong receiver

Hi. I’ve got strange situation. I see the alert in Karma with non-legal receiver image I expect to see team-kafka-wake-up there

{
          "annotations": {
            "summary": "K2DWH Lag is growing. Info: group=k2dwh, count=8.172123e+06, location=fr"
          },
          "endsAt": "2020-06-11T09:54:41.353Z",
          "fingerprint": "52034abab298fe32",
          "receivers": [
            {
              "name": "team-kafka-wake-up"
            },
            {
              "name": "team-kafka-wake-up"
            }
          ],
          "startsAt": "2020-06-11T09:45:26.353Z",
          "status": {
            "inhibitedBy": [],
            "silencedBy": [],
            "state": "active"
          },
          "updatedAt": "2020-06-11T09:51:41.451Z",
          "generatorURL": "https://****",
          "labels": {
            "alertname": "k2dwh_lag",
            "consumer_group": "k2dwh",
            "kafka_location": "fr",
            "severity": "critical",
            "team": "Team_Kafka"
          }
        },

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 18 (8 by maintainers)

Most upvoted comments

time="2020-06-11T13:32:17Z" level=warning msg="Alertmanager 0.17.0 might return incomplete list of alert groups in the API, please upgrade to >=0.19.0, see https://github.com/prymitive/karma/issues/812"

There was a bug in Alertmanager <0.19.0 where API wouldn’t return all receivers, see https://github.com/prometheus/alertmanager/issues/1959. You might be hitting that issue, try upgrading to 0.20.0