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
Incorporate Uptime Monitors Into The Crons Management Page (#13507)
<!-- Use this checklist to make sure your PR is ready for merge. You may
delete any sections you don't need. -->
## DESCRIBE YOUR PR
*Tell us what you're changing and why. If your PR **resolves an issue**,
please link it so it closes automatically.*
## IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE -->
- [ ] Other deadline: <!-- ENTER DATE HERE -->
- [ ] None: Not urgent, can wait up to 1 week+
## SLA
- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.
Thanks in advance for your help!
## PRE-MERGE CHECKLIST
*Make sure you've checked the following before merging your changes:*
- [ ] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)
## LEGAL BOILERPLATE
<!-- Sentry employees and contractors can delete or ignore this section.
-->
Look, I get it. The entity doing business as "Sentry" was incorporated
in the State of Delaware in 2015 as Functional Software, Inc. and is
gonna need some rights from me in order to utilize my contributions in
this here PR. So here's the deal: I retain all rights, title and
interest in and to my contributions, and by keeping this boilerplate
intact I confirm that Sentry can use, modify, copy, and redistribute my
contributions, under Sentry's choice of terms.
## EXTRA RESOURCES
- [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
---------
Co-authored-by: Alex Krawiec <[email protected]>
description: Learn how to manage the number of cron monitors you pay for and adjust your pay-as-you-go budget.
5
+
description: Learn how to manage the number of cron and uptime monitors you pay for and adjust your pay-as-you-go budget.
6
6
---
7
7
8
8
All Sentry plans include **one cron monitor**. To activate additional monitors, you need to add a [**pay-as-you-go (PAYG)**](/pricing/#pricing-how-it-works) budget.
@@ -15,13 +15,13 @@ The PAYG budget is only available on **paid plans**.
15
15
16
16
## Key Terms
17
17
18
-
-**Reserved Quota**: The number of cron monitors included in your plan.
18
+
-**Reserved Quota**: The number of monitors included in your plan.
19
19
-**Pay-As-You-Go (PAYG) Budget**: A budget you set to pay for additional monitors beyond your reserved quota.
20
20
-**Reusable Quota**: Quota freed up by deactivating or deleting monitors within the same billing period, which can be reused for new or reactivated monitors at no additional cost.
21
21
22
22
## Viewing and Adjusting Your PAYG Budget
23
23
24
-
To check or adjust your monthly PAYG budget for cron monitors:
24
+
To check or adjust your monthly PAYG budget for cron and uptime monitors:
25
25
26
26
1. Go to **Organization Settings > Subscription**.
27
27
2. Review your current PAYG budget.
@@ -62,7 +62,7 @@ At the start of each new billing period:
62
62
63
63
## Deactivating or Deleting Monitors
64
64
65
-
You can manually deactivate or delete monitors at any time from the **Crons** page.
65
+
You can manually deactivate or delete cron monitors at any time from the **Alerts** page, you can use the **Alert Type:** dropdown to filter for **Cron** or **Uptime** monitors.
66
66
67
67
**Effects of Deactivation or Deletion:**
68
68
@@ -114,4 +114,4 @@ Let's illustrate how this works with an example:
114
114
-**Adjust Budget as Needed**: If you plan to add more monitors, consider increasing your PAYG budget beforehand.
115
115
-**Plan for Renewal**: Remember that quotas reset each billing period. Ensure you have sufficient budget to keep monitors active.
116
116
117
-
By understanding how monitor activation and billing work, you can effectively manage your cron monitors and avoid interruptions in your monitoring.
117
+
By understanding how monitor activation and billing work, you can effectively manage your cron and uptime monitors and avoid interruptions in your monitoring.
0 commit comments