This article describes how to use metrics API to export metrics from a RisingWave Cloud project to various monitoring systems like Prometheus, DataDog, and InfluxDB. The metrics include all major components such as etcd
, frontend
, compute
, compactor
, and meta
.
ProjectAdmin
role. See RBAC for more details.CLOUD_HOST
for your region and Cloud provider from the table below:
Region/CloudProvider | CLOUD_HOST |
---|---|
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 |
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 |
scrape_configs
section in the prometheus.yaml file as follows:Cloud_HOST
according to the region and Cloud provider of your RisingWave cluster.NS_ID
with the specific UUID of your RisingWave project. To find the UUID, hover over the tag next to your project name.