From 845c75fb9f4c79298e027c28e93c444c798e26a2 Mon Sep 17 00:00:00 2001 From: fabistb Date: Wed, 26 Jul 2023 21:32:26 +0200 Subject: [PATCH] add note low app health probe timeout response time degrade Signed-off-by: fabistb --- .../building-blocks/observability/app-health.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/daprdocs/content/en/developing-applications/building-blocks/observability/app-health.md b/daprdocs/content/en/developing-applications/building-blocks/observability/app-health.md index 97c718929..452972ddd 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/observability/app-health.md +++ b/daprdocs/content/en/developing-applications/building-blocks/observability/app-health.md @@ -71,6 +71,10 @@ Additionally, app health checks are impacted by the protocol used for the app ch | ----------------------------- | ----------------------------------- | ----------- | ------------- | | [`--app-protocol`]({{< ref "app-health.md#health-check-paths" >}}) | `dapr.io/app-protocol` | Protocol used for the app channel. supported values are `http`, `grpc`, `https`, `grpcs`, and `h2c` (HTTP/2 Cleartext). | `http` | +{{% alert title="Note" color="primary" %}} +A low app health probe timeout can classify an application as unhealthy if it experiences a sudden high load, causing the response time to degrade. +{{% /alert %}} + ### Health check paths #### HTTP