From 369153a83e7433ae4c34e7374b5f6704d09a6103 Mon Sep 17 00:00:00 2001 From: Junfeng Wu Date: Fri, 6 Dec 2024 15:29:30 +0800 Subject: [PATCH] fix(cloud): update metrics export endpoints (#114) * fix(cloud): update metrics export endpoints Add missing regions and remove outdated ones. Signed-off-by: Junfeng Wu * apply suggestions Co-authored-by: IrisWan <150207222+WanYixian@users.noreply.github.com> Signed-off-by: Junfeng Wu * revert suggestion Signed-off-by: Junfeng Wu --------- Signed-off-by: Junfeng Wu Co-authored-by: IrisWan <150207222+WanYixian@users.noreply.github.com> --- cloud/export-metrics.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cloud/export-metrics.mdx b/cloud/export-metrics.mdx index a6612c53..6a69b8b2 100644 --- a/cloud/export-metrics.mdx +++ b/cloud/export-metrics.mdx @@ -17,13 +17,14 @@ Get the corresponding `CLOUD_HOST` for your region and Cloud provider from the t | Region/CloudProvider | CLOUD\_HOST | | :------------------- | :----------------------------------- | -| useast2/aws | canary-useast2-mgmt.risingwave.cloud | +| us-east-2/aws | canary-useast2-mgmt.risingwave.cloud | | us-east-1/aws | prod-aws-usea1-mgmt.risingwave.cloud | | us-west-2/aws | prod-aws-uswe2-mgmt.risingwave.cloud | | eu-west-2/aws | prod-aws-euwe2-mgmt.risingwave.cloud | | eu-north-1/aws | prod-aws-euno1-mgmt.risingwave.cloud | -| us-central1/gcp | prod-gcp-usce1-mgmt.risingwave.cloud | +| ap-southeast-1/aws | prod-aws-apse1-mgmt.risingwave.cloud | | europe-west3/gcp | prod-gcp-euwe3-mgmt.risingwave.cloud | +| europe-north1/gcp | prod-gcp-euno1-mgmt.risingwave.cloud | ## Step 3: Configure monitoring systems