Skip to content

Commit 92a93fa

Browse files
authored
Merge branch 'main' into mda-missing-spans
2 parents cd564a9 + 23b1e04 commit 92a93fa

15 files changed

+178
-68
lines changed

site/config.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ baseurl = "https://www.checklyhq.com"
22
languageCode = "en-us"
33
languageLang = "en"
44
title = "Build and Run Synthetics That Scale"
5-
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]
5+
disableKinds = ["RSS"]
66
enableGitInfo = true
77
enableRobotsTXT = true
88

@@ -11,6 +11,10 @@ pygmentsUseClasses = true
1111

1212
disqusShortname = "checkly"
1313

14+
[taxonomies]
15+
tag = "tags"
16+
category = "categories"
17+
1418
[permalinks]
1519
blog = "/blog/:year/:month/:title/"
1620

site/content/docs/integrations/prometheus-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Exporting Metrics & Data via Prometheus and Checkly
2+
title: Exporting Metrics & Data via Prometheus V2 and Checkly
33
navTitle: Prometheus v2
44
weight: 65
55
aliases:

site/content/guides/empowering-developers-with-checkly.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: >-
55
Discover how Checkly empowers developers and platform teams to streamline complex monitoring through a code-first approach. Learn how collaboration, automation, and integrated alerts improve reliability and reduce bottlenecks in modern software delivery workflows.
66
author: Daniel Giordano
77
avatar: 'images/avatars/daniel-giordano.png'
8+
tags:
9+
- FAQ
810
---
911
## An overview of end-to-end monitoring
1012

site/content/guides/end-to-end-monitoring.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: >-
55
Learn end-to-end monitoring with playwright to test key website flows. Follow our guide that gets you up and running in 10 minutes.
66
author: Giovanni Rago
77
avatar: 'images/avatars/giovanni-rago.png'
8+
tags:
9+
- FAQ
810
---
911
## An overview of end-to-end monitoring
1012

site/content/guides/monitoring-an-openapi-spec.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: >-
44
OpenAPI and Swagger help users design and document APIs in a way that is readable from both humans and machines. As a consequence, they can also be used to generate the code that will run the specified API - both on the provider and consumer side. Can we leverage this same principle to simplify API monitoring? After a brief first look at OpenAPI and Swagger, this article will show how we can quickly use them to monitor a new or existing API.
55
author: Giovanni Rago
66
avatar: 'images/avatars/giovanni-rago.png'
7+
tags:
8+
- API
79
---
810

911
## What is the OpenAPI Specification?

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: >-
44
Monitoring as code is the practice of managing monitoring configurations and alerts through code. This approach offers several benefits for engineering teams at scale, including codified, version-controlled, and reusable monitoring configurations.
55
author: Daniel Giordano
66
avatar: 'images/avatars/daniel-giordano.png'
7+
tags:
8+
- FAQ
79
---
810

911
## An overview of monitoring as code

site/content/guides/monitoring-ecommerce-apps-using-playwright.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ displayDescription: >-
66
The as code movement has been picking up steam over the last few years, offering a way for DevOps teams to transparently manage and scale cloud infrastructure, security and other resources. Why should the way we manage monitoring be any different? In this article, we address this point and illustrate it with a practical example of monitoring as code (MaC) via our Checkly CLI.
77
author: Hannes Lenke
88
avatar: 'images/avatars/hannes-lenke.png'
9+
tags:
10+
- Playwright
911
---
1012

1113
## Inspired by Infrastructure-as-Code and E2E-Testing

site/content/guides/monitoring-ecommerce-apps-using-terraform.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: >-
44
The trend of declaring infrastructure as code has been picking up steam over the last few years, offering a way for DevOps teams to transparently manage and scale cloud infrastructure. Why should the way we manage monitoring be any different? In this article, we address this point and illustrate it with a practical example of Monitoring-as-Code on Checkly.
55
author: Giovanni Rago
66
avatar: 'images/avatars/giovanni-rago.png'
7+
tags:
8+
- Terraform
79
---
810
The trend of declaring infrastructure as code has been picking up steam over the last few years, offering a way for DevOps teams to transparently manage, monitor and scale cloud infrastructure. Why should the way we manage monitoring be any different? In this article, we address this point and illustrate it with a practical example of Monitoring-as-Code on Checkly.
911

site/content/guides/monitoring-the-stripe-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: >-
55
Application Programming Interfaces (APIs) are used throughout software to define interactions between different software applications. In this article we focus on web APIs specifically, taking a look at how they fit in the Jamstack architecture and how we can set up API monitoring in order to make sure they don't break and respond fast.
66
author: Giovanni Rago
77
avatar: 'images/avatars/giovanni-rago.png'
8+
tags:
9+
- API
810
---
911

1012
{{< figure src="/guides/images/guides-checkly-jamstack-header.png" alt="jamstack architecture diagram" title="Jamstack applications heavily rely on APIs" >}}

site/content/guides/moving-from-puppeteer-to-playwright.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: >-
44
The switch from Puppeteer to Playwright is easy. But is it worth it? And how exactly does one migrate existing scripts from one tool to another? What are the required code-level changes, and what new features and approaches does the switch enable?
55
author: Giovanni Rago
66
avatar: 'images/avatars/giovanni-rago.png'
7+
tags:
8+
- Playwright
79
---
810

911
> **UPDATE**: _you can use our {{< newtabref href="https://github.com/checkly/puppeteer-to-playwright" title="puppeteer-to-playwright" >}} conversion script to quickly migrate your Puppeteer codebase to Playwright._

0 commit comments

Comments
 (0)