Skip to content

Commit da3e4a9

Browse files
new links per Growtika (#1275)
1 parent c6fab96 commit da3e4a9

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

site/content/guides/monitoring-as-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ MaC makes it easy to monitor performance across regions, simulating user experie
208208

209209
### **Scheduled Jobs or Cron Jobs**
210210

211-
Scheduled jobs or cron jobs are crucial for automating tasks, but failures can lead to major problems if undetected. MaC enables heartbeat monitoring to ensure these jobs run on schedule.
211+
Scheduled jobs or cron jobs are crucial for automating tasks, but failures can lead to major problems if undetected. MaC enables [heartbeat monitoring](https://www.checklyhq.com/blog/heartbeat-monitoring-with-checkly/) to ensure these jobs run on schedule.
212212

213213
A heartbeat check verifies that a job reports back within the expected timeframe. If it doesn’t, an alert is triggered, giving you a chance to fix the issue before it impacts your system.
214214

site/content/learn/incidents/modern-root-cause-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ A payment service fails intermittently. Traditional RCA might check logs in isol
5858
- **OpenTelemetry** (unified data collection for the back end)
5959
- **Prometheus/Grafana** (metrics visualization)
6060
- **Jaeger** (distributed tracing)
61-
- **Checkly** (Synthetic monitoring of the frontend, correlated with OpenTelemetry traces)
61+
- **Checkly** ([synthetic monitoring](https://www.checklyhq.com/blog/what-is-synthetic-monitoring/) of the frontend, correlated with OpenTelemetry traces)
6262

6363
Modern RCA reduces MTTR by replacing guesswork with data-driven decisions.
6464

site/content/learn/monitoring/transaction-monitoring.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ Although synthetic monitoring provides simulated data, it cannot replace actual
133133

134134
When [retries are set up correctly](https://www.checklyhq.com/docs/alerting-and-retries/), we should only get a synthetic transaction monitoring alert when there’s a real problem that users will notice. But detecting an issue through synthetic monitoring is only the first step. Pinpointing the root cause of problems requires additional diagnostic tools and processes. Synthetic monitoring should be run as a separate service from all of your internal services and tools, and as such will lack insight into how your back end is handling requests. Once you’ve detected a problem, backend logs, traces, and other information from something like an [OpenTelemetry monitoring system](https://www.checklyhq.com/learn/opentelemetry/getting-started-with-observability/), will be needed to find a root cause.
135135

136-
{{< figure src="/learn/images/animated-diagram.gif" alt="an animated graph of the Checkly monitoring process with OpenTelemetry traces" title="Checkly Traces can connect synthetic site checks with the related traces observed by your OpenTelemetry monitoring." >}}
136+
{{< figure src="/learn/images/animated-diagram.gif" alt="an animated graph of the Checkly monitoring process with OpenTelemetry traces" title="" >}}
137+
*Checkly Traces can connect synthetic site checks with the related traces observed by your [OpenTelemetry monitoring](https://www.checklyhq.com/learn/opentelemetry/).*
137138

138139
**Tool Integration Needs**
139140

site/content/learn/playwright/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metatags:
99
toc: false
1010
---
1111

12-
Playwright serves as the foundation for Checkly's synthetic *Monitoring as Code*. To get the most from Checkly, we put together a series of guides and examples to help you get started with Playwright.
12+
Playwright serves as the foundation for Checkly's synthetic [*Monitoring as Code*](https://www.checklyhq.com/guides/monitoring-as-code/). To get the most from Checkly, we put together a series of guides and examples to help you get started with Playwright.
1313

1414
## Getting Started
1515

0 commit comments

Comments
 (0)