Workflow Examples
Triggers Examples
Filter by Monitor Name
workflow:
id: specific-monitor-workflow
description: Workflow triggered only by Workload Pods Crashed Monitor
triggers:
- type: alert
filters:
- key: alertname
value: Workload Pods Crashed MonitorFilter by Environment
workflow:
id: prod-only-workflow
description: Workflow triggered only by production environment alerts
triggers:
- type: alert
filters:
- key: env
value: prodFilter by Multiple Conditions
Filter by Regex
Consts Examples
Map Severities
Best Practice for Accessing Monitor Labels
Additional Useful Functions
Action Examples
Conditional Statements
Notification by Specific Hours
Last updated
