From 185b8c583cfbf4046c1467be34381f3da0168ff1 Mon Sep 17 00:00:00 2001 From: Junfeng Wu Date: Fri, 6 Dec 2024 12:36:14 +0800 Subject: [PATCH] fix(cloud): update metrics export endpoints Add missing regions and remove outdated ones. Signed-off-by: Junfeng Wu --- 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