Skip to content

Commit ba065f1

Browse files
move article from guides to Learn (#1293)
1 parent 64756d7 commit ba065f1

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

site/content/learn/monitoring/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Monitoring your production services is a key part of a good user experience. Tra
1515
{{< doc-card
1616
class="two-column-card"
1717
headerTag="h3"
18-
title="Metrics Every Team Needs"
18+
title="What is Monitoring as Code?"
1919
img="/learn/icons/monitoring.svg"
20-
description="Define the metrics that every team needs to get tracking of their system’s performance."
21-
link="/learn/monitoring/metrics-every-team-needs/"
20+
description="Bring transparency, scalability, and efficiency to your cloud infrastructure management."
21+
link="/learn/monitoring/monitoring-as-code/"
2222
>}}
2323
{{< doc-card
2424
class="two-column-card"

site/content/guides/monitoring-as-code.md renamed to site/content/learn/monitoring/monitoring-as-code.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ title: Monitoring as Code - A Practical Guide from Checkly
33
displayTitle: What is monitoring as code?
44
description: >-
55
Learn how to implement monitoring as code with Checkly's guide. Bring transparency, scalability, and efficiency to your cloud infrastructure management.
6+
date: 2025-06-03
67
author: Daniel Giordano
7-
avatar: 'images/avatars/daniel-giordano.png'
8-
tags:
9-
- FAQ
8+
githubUser: dgiordano33
9+
displayDescription: >-
10+
Learn how to implement monitoring as code with Checkly's guide. Bring transparency, scalability, and efficiency to your cloud infrastructure management.
11+
menu:
12+
learn_monitoring:
13+
parent: Monitoring Concepts
14+
weight: 31
1015
---
1116

1217
Synthetic monitoring is a proven practice for ensuring reliability of applications and services in production. It excels at proactively discovering issues that affect real users, which is why companies—from startups to Fortune 500—rely on it to enhance their user experience. But teams that are moving fast or growing at scale can face real challenges with traditional synthetic monitoring workflows and tools:

site/content/learn/monitoring/web-application-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ displayDescription: Explore web application monitoring to boost performance and
1010
menu:
1111
learn_monitoring:
1212
parent: Monitoring Concepts
13-
weight: 30
13+
weight: 31
1414
---
1515

1616
Web application monitoring refers to the practice of observing, tracking, and managing the performance, availability, and reliability of web applications. It ensures users have a seamless experience and minimizes disruptions by identifying issues in real-time. All that’s required for something to be a ‘web application’ is that it’s more than a static site, and that it takes requests via the internet. Even an API mainly accessed via TCP is a web application!

0 commit comments

Comments
 (0)