Skip to content

Commit 35f84a6

Browse files
authored
[docs] add alerts YAML reference (#33349)
## Summary & Motivation There isn't a single reference for all Alert YAML policies. I went through Hooli and created alerts across all events and categories, and then used Claude Code to generate this reference doc based on that outputted YAML. ## How I Tested These Changes 👀 after `yarn start` ## Changelog > Insert changelog entry or delete this section.
1 parent e0ddd5e commit 35f84a6

2 files changed

Lines changed: 536 additions & 0 deletions

File tree

docs/docs/guides/observe/alerts/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ import DagsterPlus from '@site/docs/partials/\_DagsterPlus.md';
1414
Dagster+ alerts can notify you of critical events occurring in your deployment so you can catch potential issues early, helping you resolve problems before they impact your stakeholders.
1515

1616
To create a Dagster+ alert, [configure an alert notification service](/guides/observe/alerts/configuring-an-alert-notification-service), then [create an alert policy](/guides/observe/alerts/creating-alerts) to define the conditions that will trigger an alert and the notification service that will be used to send it.
17+
18+
For a complete reference of all YAML configuration options, see the [alert policies YAML reference](/guides/observe/alerts/yaml-reference).

0 commit comments

Comments
 (0)