Processing Rules

이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

On-Call is not supported for your selected Datadog site ().

Overview

On-call processing rules allow teams to customize their response strategies for distinct types of incoming events. This enables teams to add events and urgency levels to escalation policies based on the event’s metadata. Low urgency pages do not trigger escalation processes.

Datadog creates a default processing rule when you onboard a Team to On-Call.

View your team’s processing rules

To see the processing rule of your On-Call Team, click on the Team name in the list of Teams.

Query syntax

Processing rules follow the common query syntax of Datadog. Supported attributes include:

  • tags: the tags set on the incoming alert. For example, tags.env:prod.
  • groups: checks if the incoming alert relates to a specific Monitor group. For example, groups:"service:checkout-service".
  • priority: value of the priority field of the Monitor. Possible values include 1, 2, 3, 4, or 5. For instance, priority:(1 OR 2).
  • alert_status: value of the Monitor’s status. Possible values include error, warn, success. Usage example: alert_status:(error OR warn).

If no specific filter should be applied, use *.

Ordering

The ordering of processing rules matters. The system goes from top to bottom and stops at the first matching rule. If no query or time filter matches the incoming alert, the default processing rule is used.

Further reading

추가 유용한 문서, 링크 및 기사:

PREVIEWING: aliciascott/DOCS-9725-Cloudcraft