Skip to content

Commit 3f74cc2

Browse files
committed
rename cron job monitoring page to monitor details
1 parent f6db04e commit 3f74cc2

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

docs/product/crons/job-monitoring.mdx renamed to docs/product/crons/monitor-details.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
---
2-
title: Job Monitoring
2+
title: Monitor Details
33
sidebar_order: 1
4-
description: "Learn how to set up monitor notifications, monitor the same job in multiple environments, and manage your monitor in the Sentry UI."
4+
description: "Learn how to navigate the Monitor Details page to help you understand your recurring job's overall health."
55
---
66

7+
The **Monitor Details** page is where you'll find a daily historical bar chart showing successful, failed, and missed check-ins and a line chart of the runtime average for the job execution.
8+
9+
The "Issues" section shows the issues created from this Cron Monitor. Issues are created when a cron monitor job execution is missed or failed. If you have configured the Sentry SDK for your job, any errors thrown during the job runtime will be shown here as well.
10+
11+
The table of recent check-ins lists previously scheduled jobs and their statuses.
12+
13+
<Arcade src="https://demo.arcade.software/7XmPfL0l2pp6KmBUXwMc?embed" />
14+
15+
## Check-in Statuses
16+
717
Sentry's Cron Monitoring service can notify you and store a timeline of the following check-in events:
818

919
- **Missed check-in:** The job didn't execute in the predicted timeframe or frequency. This can happen for various reasons, such as:
@@ -16,16 +26,6 @@ Sentry's Cron Monitoring service can notify you and store a timeline of the foll
1626

1727
To see information about your cron monitor, select "Crons" from the sidebar menu and click on your cron monitor's name.
1828

19-
## Cron Monitor Details
20-
21-
This is where you'll find a daily historical bar chart showing successful, failed, and missed check-ins and a line chart of the runtime average for the job execution.
22-
23-
The "Issues" section shows the issues created from this Cron Monitor. Issues are created when a cron monitor job execution is missed or failed. If you have configured the Sentry SDK for your job, any errors thrown during the job runtime will be shown here as well.
24-
25-
The table of recent check-ins lists previously scheduled jobs and their statuses.
26-
27-
<Arcade src="https://demo.arcade.software/7XmPfL0l2pp6KmBUXwMc?embed" />
28-
2929
## Multiple Environments
3030

3131
To monitor the same job in different environments, use a shared schedule to send check-ins for multiple environments to one monitor. Each environment will have its own status and set of check-ins.

src/middleware.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3351,6 +3351,10 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
33513351
from: '/clients/cordova/',
33523352
to: '/platforms/javascript/guides/cordova/',
33533353
},
3354+
{
3355+
from: '/product/crons/job-monitoring/',
3356+
to: '/product/crons/monitor-details/',
3357+
},
33543358
];
33553359

33563360
const DEVELOPER_DOCS_REDIRECTS: Redirect[] = [

0 commit comments

Comments
 (0)