Skip to content

Commit

Permalink
Update daprdocs/content/en/developing-applications/building-blocks/ob…
Browse files Browse the repository at this point in the history
…servability/app-health.md

Signed-off-by: Mark Fussell <[email protected]>
  • Loading branch information
msfussell authored Jul 28, 2023
1 parent b2bab48 commit 8f86e6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ 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.
A low app health probe timeout value can classify an application as unhealthy if it experiences a sudden high load, causing the response time to degrade. If this happens, increase the `dapr.io/app-health-probe-timeout` value.
{{% /alert %}}

### Health check paths
Expand Down

0 comments on commit 8f86e6b

Please sign in to comment.