From d3cb277fe2eebc4d8ec0c41625b4e041c280ea49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Susa=20T=C3=BCnker?= Date: Tue, 5 May 2026 08:53:58 +0200 Subject: [PATCH] remove hearbeat monitor reference from private locations --- platform/private-locations/agent-images.mdx | 4 ++-- platform/private-locations/change-log.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/private-locations/agent-images.mdx b/platform/private-locations/agent-images.mdx index b621ec96..65d28964 100644 --- a/platform/private-locations/agent-images.mdx +++ b/platform/private-locations/agent-images.mdx @@ -35,7 +35,7 @@ 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. @@ -43,7 +43,7 @@ Use the standard image unless you have a specific need for the dev or uptime var 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 diff --git a/platform/private-locations/change-log.mdx b/platform/private-locations/change-log.mdx index db5b3b93..adfc7150 100644 --- a/platform/private-locations/change-log.mdx +++ b/platform/private-locations/change-log.mdx @@ -62,7 +62,7 @@ Updated packages: - 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)