Skip to content

Commit

Permalink
add note low app health probe timeout response time degrade
Browse files Browse the repository at this point in the history
Signed-off-by: fabistb <[email protected]>
  • Loading branch information
fabistb committed Jul 26, 2023
1 parent 5816f3c commit 845c75f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 845c75f

Please sign in to comment.