Skip to content
Merged
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
4 changes: 2 additions & 2 deletions platform/private-locations/agent-images.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ The standard image (`checkly/agent:X.Y.Z`) is the default and recommended option
It supports the full range of Checkly monitors:

* [Synthetic checks](/detect/synthetic-monitoring/overview): API, Multistep, Browser and Playwright Check Suites
* [Uptime monitors](/detect/uptime-monitoring/overview): URL, DNS, TCP, ICMP, Heartbeat
* [Uptime monitors](/detect/uptime-monitoring/overview): URL, DNS, TCP, ICMP

Use the standard image unless you have a specific need for the dev or uptime variants.

## Uptime Image

The uptime image (`checkly/agent-uptime:X.Y.Z`) is a lightweight version of the agent designed for [uptime monitoring](/detect/uptime-monitoring/overview) only.

It supports URL, DNS, TCP, ICMP and Heartbeat monitors.
It supports URL, DNS, TCP and ICMP monitors.

## Dev Image

Expand Down
2 changes: 1 addition & 1 deletion platform/private-locations/change-log.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Updated packages:

<Update label="v7.0.0" tags={["March 2026"]}>
- Added support for running [ICMP](/detect/uptime-monitoring/icmp-monitors/overview) and [DNS monitors](/detect/uptime-monitoring/dns-monitors/overview) on Private Locations
- Introduced the [uptime agent image](/platform/private-locations/agent-images#uptime-image), a lightweight version of the agent for running uptime monitors (URL, DNS, TCP, ICMP, Heartbeat) only
- Introduced the [uptime agent image](/platform/private-locations/agent-images#uptime-image), a lightweight version of the agent for running uptime monitors (URL, DNS, TCP, ICMP) only
- Added [external observability](/platform/private-locations/agent-configuration#external-observability) for Private Location agents to capture runtime errors
- Error-level events can be reported to Checkly to help detect crashes, bugs, and environment-related issues
- Only limited technical metadata is collected (error message, stack trace, agent version, platform, Go runtime)
Expand Down