Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions constructs/grpc-monitor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import GeneralMonitorOptionsTable from '/snippets/general-monitor-options-table.
Learn more about gRPC Monitors in [the gRPC monitor overview](/detect/uptime-monitoring/grpc-monitors/overview).
</Tip>

<Note>The `GrpcMonitor` construct requires Checkly CLI v8.15.0 or later.</Note>

Use gRPC Monitors to verify that your gRPC services are reachable, responding correctly, and meeting performance expectations. Monitors run in two modes:

- **BEHAVIOR** — Invokes a unary gRPC method and asserts on the response
Expand Down
2 changes: 2 additions & 0 deletions constructs/ssl-monitor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import GeneralMonitorOptionsTable from '/snippets/general-monitor-options-table.
Learn more about SSL Monitors in [the SSL monitor overview](/detect/uptime-monitoring/ssl-monitors/overview).
</Tip>

<Note>The `SslMonitor` construct requires Checkly CLI v8.15.0 or later.</Note>

Use SSL Monitors to verify the health and security posture of your TLS certificates. The examples below show how to configure monitoring for common scenarios.

<Accordion title="Prerequisites">
Expand Down
2 changes: 2 additions & 0 deletions constructs/traceroute-monitor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import GeneralMonitorOptionsTable from '/snippets/general-monitor-options-table.
Learn more about Traceroute Monitors in [the Traceroute monitor overview](/detect/uptime-monitoring/traceroute-monitors/overview).
</Tip>

<Note>The `TracerouteMonitor` construct requires Checkly CLI v8.15.0 or later.</Note>

Traceroute monitors map the network path to a host hop-by-hop, measuring per-hop latency and packet loss, and detecting whether the destination is reached. Use them to monitor path stability and catch routing issues before they affect your users.

<Accordion title="Prerequisites">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ Checkly natively supports running complex browser checks that mimic real user ac
- Easy to use locators like `getByTitle`, `getByRole`
- Visual regression testing

<Note>
Checkly runs Playwright tests written in JavaScript or TypeScript only. Tests written with Playwright's Python, Java, or .NET bindings can't run on Checkly.
</Note>

## Features

This is the list of Playwright features that are currently supported. We will update it as more features become supported.

| Feature | Supported? |
|--------------------------|---------------------------------------------------------------------------------------------------------------------------|
| Languages | JavaScript and TypeScript |
| Trace files | Yes |
| Video recordings | Yes |
| API testing | Yes |
Expand Down
Loading