Skip to content

Integrate with KloudMate Alerts

To open an Incident Management incident whenever an alert fires, you wire two things together: a KloudMate Incidents notification channel (which bridges KloudMate alerts into the IM service) and a Routing Rule (which decides which alerts feed the channel).

This replaces the older “webhook channel + notification policy with Alarm condition” flow. The KloudMate Incidents channel handles the bridge plumbing for you; routing rules give you label-level control over which alerts trigger which IM services.

  • An IM service you want incidents to open against.
  • A workspace admin role (you need it to create channels and routing rules).

Step 1 — Create a KloudMate Incidents channel

Section titled “Step 1 — Create a KloudMate Incidents channel”
  1. Open Settings → Notification Channels → Create.

  2. Pick KloudMate Incidents as the channel type.

  3. Pick the IM service you want to link from the Linked IM service dropdown.

  4. Click Submit.

KloudMate creates the IM integration row under your service automatically and points the new channel at the integration’s signed loop URL. You don’t need to copy URLs or paste them anywhere. See Notification Channels for the channel-side details.

Create KloudMate Incidents channel

  1. Open Alerts → Routing Rules → Create.

  2. Name the rule and set a priority (lower wins).

  3. Add matchers that identify which alerts should feed this IM service, e.g. service equals payments to route every payments alert to the payments IM service.

  4. Select group-by keys (e.g. service, env) so related alerts fold into a single notifiable group.

  5. Select the KloudMate Incidents channel you created in Step 1 as a destination.

  6. Optionally enable Auto-RCA if you want KloudMate’s AI investigator to attach a summary to the incident automatically.

  7. Click Save.

See Routing Rules for the full rule editor walk-through.

Routing rule with KloudMate Incidents destination

Trigger a matching alert. Within the routing rule’s group_wait (default 30 seconds), an incident opens on the linked IM service under the configured escalation policy.

Things to check:

  • The incident shows up on the IM service’s incidents tab.
  • The originating Alert Group on the Alerts → Groups page lists the KloudMate Incidents channel under its Notifications tab with the new incident’s ID.
  • If Auto-RCA was enabled, the investigation summary attaches to both the group and the incident.

If you used to wire this up via Webhook channel + Notification Policy with Alarm condition, the upgrade migrated each policy to a routing rule. No recreation is required — but the recommended path going forward is the KloudMate Incidents channel, not a raw webhook, because:

  • KloudMate Incidents channels carry HMAC signing automatically.
  • The KloudMate Incidents receiver knows how to dedupe against existing incidents and append RCA summaries when they arrive late.
  • Routing-rule label matchers give you finer control than tag-based policies did.