You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Draft Monitors let you safely create, refine, and test alerts without triggering notifications or impacting production. Whether you're experimenting with thresholds, iterating on complex queries, or collaborating with teammates, drafts give you a clean, isolated space to work—free from the noise of unfinished or test monitors. They help reduce alert fatigue during development and ensure only fully vetted monitors go live. Ideal for engineers and SREs managing alert workflows, Draft Monitors provide a clear, low-risk path from idea to reliable alert.
18
+
19
+
## Create a draft monitor
20
+
21
+
To create and store monitors in a draft state:
22
+
23
+
1. Navigate to [**Monitors > New Monitor**][1].
24
+
2.[Configure the monitor][2] (add your query, specify conditions, set notifications). Notifications set in a draft are only used after the monitor is published.
25
+
3. Click **Save as Draft**. No alerts are sent from this draft monitor.
26
+
27
+
{{< img src="/monitors/draft/save_as_draft.png" alt="Save as Draft button in the monitor creation interface" style="width:100%;" >}}
28
+
29
+
## Publish a draft monitor
30
+
31
+
When your monitor is ready:
32
+
33
+
1. Open the draft from [**Monitors List**][3] by using the draft status facet or filter by `status:draft`.
34
+
2. Review the configuration.
35
+
3. Click **Publish Monitor.**
36
+
4. This publishes your monitor and begins alerting based on your conditions.
37
+
38
+
## Manage Draft monitors
39
+
40
+
<!-- TODO Add image of Monitors List filtered to view drafts, and final QA of instructions with UI-->
41
+
42
+
Find draft monitors from the [**Monitors List**][3] by using the draft status facet or filter by `draft_status:draft`. Drafts appear with a **Draft** label on the monitor status page and in the monitor list. Drafts expire after 6 months, but you can delete draft monitors at any time.
43
+
44
+
## Permissions
45
+
46
+
Anyone with edit permissions can update a draft monitor. You can use events to preview how often the monitor would have triggered without sending actual notifications.
47
+
48
+
## Best Practices
49
+
50
+
***Use drafts for peer reviews:** Collaborate before pushing changes live.
51
+
***Avoid noise in production:** Test alert conditions safely in a draft first.
52
+
***Track your work:** Use clear names and tags for drafts during development.
53
+
***Limit stale drafts:** Review and clean up old drafts to reduce clutter.
0 commit comments