- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
With routing rules, you can define granular logic to control how alerts reach your team. Instead of sending alerts through a single escalation policy, you can create flexible, condition-based rules to route them based on priority, time of day, tags, and more.
Route alerts by priority:
Route alerts by time of day:
Use Dynamic Urgency to automatically detect urgency from the monitor alert:
warn
status ➝ low urgencyalert
status ➝ high urgencyThe urgency of a page determines how end users are notified, based on their preferences.
Trigger workflows (coming soon): Use routing rules to trigger automated workflows in response to matching alerts.
Routing rules use Datadog query syntax and support multiple if/else
conditions. Rules are evaluated from top to bottom, and the final rule must act as a fallback that routes all unmatched alerts to an escalation policy.
Supported attributes:
Attribute | Description | Example |
---|---|---|
tags | Tags on the incoming alert | tags.env:prod |
groups | Monitor group names | groups:"service:checkout-service" |
priority | Monitor priority (1–5) | priority:(1 OR 2) |
alert_status | Monitor status (error , warn , success ) | alert_status:(error OR warn) |
추가 유용한 문서, 링크 및 기사: