Skip to content

Commit 4600474

Browse files
pmallolsujaya-sys
andauthored
refactor: apply description suggestions from code review
Co-authored-by: Susa Tünker <74345218+sujaya-sys@users.noreply.github.com>
1 parent 9eda898 commit 4600474

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

constructs/multistep-check.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import * as path from "path"
4242

4343
new MultiStepCheck("complex-multistep-check", {
4444
name: "Complex User Journey",
45-
description: "Runs a **multi-step** API workflow end-to-end.",
45+
description: "Validates user signup and login flow.",
4646
activated: true,
4747
runtimeId: "2025.04",
4848
frequency: Frequency.EVERY_15M,

constructs/tcp-monitor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import { Frequency, TcpAssertionBuilder, TcpMonitor } from "checkly/constructs"
4848

4949
new TcpMonitor("redis-tcp-1", {
5050
name: "Redis Service Check",
51-
description: "Verifies **PostgreSQL** on `db.example.com:5432` accepts connections.",
51+
description: "Verifies **Redis service** is reachable and responsive.",
5252
activated: true,
5353
frequency: Frequency.EVERY_5M,
5454
locations: ["us-east-1", "eu-west-1"],

constructs/url-monitor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import { Frequency, UrlAssertionBuilder, UrlMonitor } from "checkly/constructs"
4747

4848
new UrlMonitor("advanced-url-monitor", {
4949
name: "Advanced URL Monitor",
50-
description: "[httpbin.org/get](https://httpbin.org/get) should return **200** status code.",
50+
description: "**API health check** returns 200.",
5151
activated: true,
5252
frequency: Frequency.EVERY_5M,
5353
locations: ["us-east-1", "eu-west-1"],

0 commit comments

Comments
 (0)