All Products
Search
Document Center

Application Real-Time Monitoring Service:Connect cloud service metrics to Managed Service for Prometheus

Last Updated:Mar 11, 2026

Managed Service for Prometheus collects metrics from Alibaba Cloud services through two channels. Choose the channel that fits your monitoring requirements:

Cloud Monitor metricsAdvanced metrics
Collection methodRelayed from Cloud MonitorScraped directly by Managed Service for Prometheus
Service coverageAll cloud servicesSpecific services only (see the Supported services and provisioning policies section below)
Regional scopeCross-region (all regions connected automatically)Depends on provisioning policy (same-region, by cluster, or by workspace)
Collection intervalStandard Cloud Monitor intervalsShorter intervals for near-real-time monitoring
Metric granularityStandardFiner per-instance measurements
Metric namingRenamed to Aliyun${ProductName}_${MetricName}Original names preserved
ConfigurationAutomatic with agent V1.1.32+Varies by service

Cloud Monitor metrics

Cloud Monitor exposes metrics for virtually every Alibaba Cloud service. For the full catalog, see Metrics of Alibaba Cloud services. If the service you need is not listed in the Integration Center, submit a ticket.

Automatic synchronization

Starting from agent version V1.1.32 (v5.1-e0c90c68), the Managed Service for Prometheus agent automatically synchronizes Cloud Monitor metrics. When a cloud service reports a new metric to Cloud Monitor, Managed Service for Prometheus picks it up without additional configuration.

Once connected, Cloud Monitor metrics for a service instance are available across all regions.

Troubleshoot missing metrics

If a new Cloud Monitor metric does not appear in query results, verify the agent version:

  1. Log on to the Application Real-Time Monitoring Service (ARMS) console.

  2. Go to Integration Management > Integrated Environments > Cloud Service Region and select the target environment.

  3. On the Configure Agent tab, confirm the agent version is V1.1.32 or later.

  4. If the version meets the requirement, go to Component Management and upgrade any outdated components.

Metric naming rules

After a Cloud Monitor metric is connected, Managed Service for Prometheus renames it to Aliyun${ProductName}_${MetricName} to prevent naming conflicts across services.

Example: The ECS metric CPUUtilization becomes AliyunEcs_CPUUtilization.

The full transformation works as follows:

Step 1 -- Derive MetricName: Replace any special character in the original Cloud Monitor metric name (characters other than letters, digits, and underscores) with an underscore (_).

Step 2 -- Derive ProductName (standard rules): Transform the Cloud Monitor namespace:

  1. Remove the acs_ prefix.

  2. Remove the _dashboard suffix.

  3. Remove any underscores (_) in the middle.

  4. Capitalize the first letter and lowercase the rest.

Worked example: acs_ecs_dashboard -> remove acs_ -> ecs_dashboard -> remove _dashboard -> ecs -> capitalize -> Ecs.

ProductName exceptions

For historical reasons, some services use non-standard product names. The following table lists these exceptions, sorted by namespace.

NamespaceProductCategoryProductName
acs_amqpamqp_instanceAmqp_instance
acs_bandwidth_packagesharebandwidthpackagesEbwp
acs_cccc_iotCciot
acs_diskdisk_replica_pair_async, dbsc, disk, disk_replica_group_asyncDbsc, Disk
acs_elasticsearchelasticsearchEs, Elasticsearch
acs_elasticsearchlogstashLogstash
acs_emremr, emr_serverless_starrocks, emr_workflowStarrock, Emr
acs_fnffunctionflowFunctionflow
acs_global_accelerationacs_global_acceleration, globalaccelerationplusGa
acs_gwsgwsEcd
acs_hbaseserverlesshbaseserverlessHbase, Hbaseserverless
acs_hitsdbinfluxdb, tsdbInfluxdb
acs_hologreshologres_followerHologres_follower
acs_hologreshologres_sharedHologres_shared
acs_hologreshologres_standardHologres_standard
acs_hologreshologres_warehouseHologres_warehouse
acs_hybriddbgpdbGpdb
acs_ipv6_bandwidthipv6gateway_gwGw
acs_kafkakafkaV3, kafkaAliKafka
acs_kvstorekvstore_sharding, kvstore_splitrw, kvstore_standard, kvstore_oldRedis, Kvstore
acs_learnlearn_easLearn_eas
acs_learnlearn_eas_resourcePai_learn_eas_resource
acs_maxcompute_prepaymaxcompute_commonMaxcompute_common
acs_maxcompute_prepaymaxcompute_subscriptionMaxcompute_subscription
acs_maxcompute_prepaymaxcompute_tunnel_subscriptionMaxcompute_tunnel_subscription
acs_mongodbmongodb_replicasetMongodb_replicaset
acs_mongodbmongodb_singlenodeMongodb_singlenode
acs_nat_gatewaynat_gateway, enhanced_nat_gateway, nat_bandwithpackageNat, Natgateway
acs_newbgpddosnewbgpddosddos-pro
acs_pai_dlcdlcPaidlc
acs_pai_dswdswPaidsw
acs_pai_quotaquotaPaiquota
acs_physical_connectionport, vbrPort, Vbr
acs_rds_dashboardrdsRds
acs_rds_dashboardrds_clusterRds, Rds_cluster
acs_rds_dashboardpostgresqlRds
acs_rds_dashboardsqlserverRds, Sqlserver
acs_rocketmqrocketmqRocketmq5
acs_vpc_eipeipEip, Vpceip
wafwaf, hybrid_waf, wafv3, hybrid_wafv3Waf

Advanced metrics

Advanced metrics are scraped directly by Managed Service for Prometheus instead of being relayed through Cloud Monitor. Compared to Cloud Monitor metrics, they offer:

  • Finer granularity with more detailed per-instance measurements.

  • Shorter collection intervals for near-real-time monitoring.

  • Original metric names preserved as-is, with no Aliyun prefix added.

Unlike Cloud Monitor metrics, advanced metrics are not connected across all regions automatically. The default provisioning policy depends on the service.

Supported services and provisioning policies

Provisioning policyCloud services
Same-region only -- Connects metrics only for instances in the same region as the data storage regionMicroservices Engine (MSE), Lindorm, ApsaraMQ for Confluent, ApsaraMQ for Kafka, ApsaraMQ for RocketMQ (5.0), Service Mesh (ASM), PAI-EAS online model service, Intelligent Computing LINGJUN
By cluster -- Connects metrics at the cluster levelContainer Service for Kubernetes (ACK), Serverless Container Service for Kubernetes (ASK), Container Compute Service (ACS), Distributed Cloud Container Platform for Kubernetes (ACK One)
By workspace -- Connects metrics at the workspace levelRealtime Compute for Apache Flink

Storage

After cloud service metrics are connected, a Managed Service for Prometheus instance is automatically created for data storage. For details on storage configuration and retention, see Data storage.