Skip to content

Commit 94551d6

Browse files
authored
PCX review
1 parent d48348e commit 94551d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/changelog/load-balancing/2025-08-15-monitor-groups-for-load-balancing.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ date: 2025-10-16
55
---
66

77
Cloudflare Load Balancing now supports Monitor Groups, a powerful new way to combine multiple health monitors into a single, logical group. This allows you to create sophisticated health checks that more accurately reflect the true availability of your applications by assessing multiple services at once.
8+
89
With Monitor Groups, you can ensure that all critical components of an application are healthy before sending traffic to an origin pool, enabling smarter failover decisions and greater resilience. This feature is now available via the API for customers with an Enterprise Load Balancing subscription.
910

1011
### What you can do:
1112

12-
- **Combine Multiple Monitors**: Group different health monitors (e.g., HTTP, TCP) that check various application components, like a primary API gateway and a specific `/login` service.
13+
- **Combine Multiple Monitors**: Group different health monitors (for example, HTTP, TCP) that check various application components, like a primary API gateway and a specific `/login` service.
1314
- **Isolate Monitors for Observation**: Mark a monitor as "monitoring only" to receive alerts and data without it affecting a pool's health status or traffic steering. This is perfect for testing new checks or observing non-critical dependencies.
1415
- **Improve Steering Intelligence**: Latency for Dynamic Steering is automatically averaged across all active monitors in a group, providing a more holistic view of an origin's performance.
1516

0 commit comments

Comments
 (0)