From 02f03b85564ca01165e39982100edd2fb59dfeef Mon Sep 17 00:00:00 2001 From: Angela Costa Date: Mon, 17 Mar 2025 15:12:01 +0000 Subject: [PATCH] Adds health status --- .../docs/load-balancing/understand-basics/health-details.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/load-balancing/understand-basics/health-details.mdx b/src/content/docs/load-balancing/understand-basics/health-details.mdx index 1eabaea9e3a6935..6ed50dc6054ec3c 100644 --- a/src/content/docs/load-balancing/understand-basics/health-details.mdx +++ b/src/content/docs/load-balancing/understand-basics/health-details.mdx @@ -47,6 +47,7 @@ For greater accuracy and consistency when changing endpoint health status, you c When an [individual endpoint becomes unhealthy](#how-an-endpoint-becomes-unhealthy), that may affect the health status of any associated pools (visible in the dashboard): * **Healthy**: All endpoints are healthy. +* **Degraded**: At least one endpoint is unhealthy, but the pool is still considered healthy and could be receiving traffic. * **Critical**: The pool has fallen below the number of available endpoints specified in its **Health Threshold** and will not receive traffic from your load balancer (unless other pools are also unhealthy and this pool is marked as the [**Fallback Pool**](#fallback-pools)). * **Health unknown**: There are either no monitors attached to pool endpoints or the monitors have not yet determined endpoint health. * **No health**: Reserved for your load balancer's [**Fallback Pool**](#fallback-pools).