Skip to content

Commit 6ac1f5d

Browse files
Dan GDan G
authored andcommitted
added tags but no filtering yet
1 parent 8690edf commit 6ac1f5d

15 files changed

+133
-88
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +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-
tag: FAQ
8+
tags:
9+
- FAQ
910
---
1011
## An overview of end-to-end monitoring
1112

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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-
tag: API
7+
tags:
8+
- API
89
---
910

1011
## What is the OpenAPI Specification?

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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-
tag: FAQ
7+
tags:
8+
- FAQ
89
---
910

1011
## An overview of monitoring as code

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +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-
tag: Playwright
9+
tags:
10+
- Playwright
1011
---
1112

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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-
tag: Terraform
7+
tags:
8+
- Terraform
89
---
910
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.
1011

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +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-
tag: API
8+
tags:
9+
- API
910
---
1011

1112
{{< 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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-
tag: Playwright
7+
tags:
8+
- Playwright
89
---
910

1011
> **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._

site/content/guides/setup-scripts-for-apis.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description: >-
55
Setup scripts are a fundamental tool to tailor API checks to your own target endpoints. Their power and flexibility can intimidate beginners, who might struggle to understand how the different parts fit together. This guide will present and break down different real-world examples to help you master this game-changing tool.
66
author: Giovanni Rago
77
avatar: 'images/avatars/giovanni-rago.png'
8-
tag: API
8+
tags:
9+
- API
910
---
1011

1112
## The importance of self-contained checks

site/content/guides/the-programmable-monitoring-platform.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ description: >-
44
The monitoring as code workflow enables developers to code, test and deploy your entire monitoring infrastructure. This guide explains how to leverage TypeScript/JavaScript to configure your monitoring setup dynamically.
55
author: Stefan Judis
66
avatar: 'images/avatars/stefan-judis.jpg'
7-
tag: FAQ
7+
tags:
8+
- FAQ
89
---
910

1011
With the release of [the Checkly CLI](https://www.checklyhq.com/docs/cli/), monitoring as code (Mac) enables you to **code, test, and deploy** your entire monitoring setup. Use the CLI to programmatically create monitoring resources, test these in CI/CD development workflows and then deploy them to the Checkly cloud to monitor your sites and APIs.

site/layouts/_default/terms.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!-- layouts/_default/terms.html -->
2+
{{ define "main" }}
3+
<div class="main py-5">
4+
<div class="container">
5+
<h1 class="display-3">{{ .Title }}</h1>
6+
<ul class="taxonomy-list">
7+
{{ range .Data.Terms }}
8+
<li>
9+
<a href="{{ .Permalink }}">{{ .Title }} ({{ .Count }})</a>
10+
</li>
11+
{{ end }}
12+
</ul>
13+
</div>
14+
</div>
15+
{{ end }}

0 commit comments

Comments
 (0)