Skip to content

Commit 97402f2

Browse files
author
Shannon Anahata
committed
Updated flow chart and wording.
1 parent 1a89074 commit 97402f2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/product/monitors-and-alerts/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ early_access: true
1111

1212
Sentry separates **what you detect** from **what you do about it**:
1313

14-
- [**Monitors**](/product/monitors-and-alerts/monitors/) watch your application and operational signals. There are default detectors that pull data from your SDK integration. Custom configurations like, cron schedules, HTTP uptime, metric thresholds on spans and custom metrics, can also be monitored. With Monitors, these signals are turned into **issues** when conditions are met.
14+
- [**Monitors**](/product/monitors-and-alerts/monitors/) watch your application's health and behavior. There are default detectors that pull data from your SDK integration. Custom configurations like, cron schedules, HTTP uptime, metric thresholds on spans and custom metrics, can also be monitored. With Monitors, these signals are turned into **issues** when conditions are met.
1515
- [**Alerts**](/product/monitors-and-alerts/alerts/) run when **issues** match the triggers and filters you configure, and carry out **actions** like sending notifications via Slack, email, PagerDuty, or webhooks, or creating work items in Jira and similar tools.
1616

1717
Using both Monitors and Alerts gives you a path from signal → triageable issue → team workflow, without wiring every integration by hand for every edge case.
@@ -21,17 +21,17 @@ For a concise **Issues-centric** explanation (how this shows up in your triage f
2121
## End-to-End Flow
2222

2323
```mermaid
24-
flowchart TB
24+
flowchart LR
2525
subgraph mon["Monitors"]
26-
direction TB
26+
direction LR
2727
M1[Metric / cron / uptime / defaults]
2828
end
2929
subgraph iss["Issues"]
30-
direction TB
30+
direction LR
3131
I[Issue created or updated]
3232
end
3333
subgraph al["Alerts"]
34-
direction TB
34+
direction LR
3535
A[Triggers + filters + actions]
3636
end
3737
mon --> iss

src/components/mermaid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default function Mermaid() {
7070
svgPanZoom(svgElement, {
7171
zoomEnabled: true,
7272
panEnabled: true,
73-
controlIconsEnabled: true,
73+
controlIconsEnabled: false,
7474
fit: true,
7575
center: true,
7676
minZoom: 0.1,

0 commit comments

Comments
 (0)