From e4c904b4757bdee128df88c8c9ec2e00113372d0 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Mon, 4 Mar 2024 14:48:33 -0500 Subject: [PATCH] link to js code Signed-off-by: Hannah Hunter --- .../en/operations/resiliency/health-checks/sidecar-health.md | 2 ++ daprdocs/content/en/reference/api/health_api.md | 1 + 2 files changed, 3 insertions(+) diff --git a/daprdocs/content/en/operations/resiliency/health-checks/sidecar-health.md b/daprdocs/content/en/operations/resiliency/health-checks/sidecar-health.md index 3c356db55..760c0beab 100644 --- a/daprdocs/content/en/operations/resiliency/health-checks/sidecar-health.md +++ b/daprdocs/content/en/operations/resiliency/health-checks/sidecar-health.md @@ -47,6 +47,8 @@ Currently, the `v1.0/healthz/outbound` endpoint is supported in the: - [.NET SDK]({{< ref "dotnet-client.md#wait-for-sidecar" >}}) - [Java SDK]({{< ref "java-client.md#wait-for-sidecar" >}}) - [Python SDK]({{< ref "python-client.md#health-timeout" >}}) +- [JavaScript SDK](https://github.com/dapr/js-sdk/blob/4189a3d2ad6897406abd766f4ccbf2300c8f8852/src/interfaces/Client/IClientHealth.ts#L14) + ## Health endpoint: Integration with Kubernetes When deploying Dapr to a hosting platform like Kubernetes, the Dapr health endpoint is automatically configured for you. diff --git a/daprdocs/content/en/reference/api/health_api.md b/daprdocs/content/en/reference/api/health_api.md index 6f69ddbfb..5f9c5dad9 100644 --- a/daprdocs/content/en/reference/api/health_api.md +++ b/daprdocs/content/en/reference/api/health_api.md @@ -53,6 +53,7 @@ Currently, the `v1.0/healthz/outbound` endpoint is supported in the: - [.NET SDK]({{< ref "dotnet-client.md#wait-for-sidecar" >}}) - [Java SDK]({{< ref "java-client.md#wait-for-sidecar" >}}) - [Python SDK]({{< ref "python-client.md#health-timeout" >}}) +- [JavaScript SDK](https://github.com/dapr/js-sdk/blob/4189a3d2ad6897406abd766f4ccbf2300c8f8852/src/interfaces/Client/IClientHealth.ts#L14) #### HTTP Request