All Products
Search
Document Center

Application Real-Time Monitoring Service:Query usage

Last Updated:Mar 11, 2026

When multiple sampling tasks report metrics across instances and regions, tracking which jobs drive consumption becomes difficult without a centralized view. Managed Service for Prometheus records resource consumption at the job level. Each metric is broken down by type (basic or custom) and billing model (reporting volume in points or writing volume in bytes). Use the Usage Statistics page in the ARMS console to monitor consumption patterns, identify cost drivers, and decide which metrics to keep or discard.

Billing model overview

Managed Service for Prometheus measures usage in two dimensions. Understanding these dimensions helps you interpret the metrics on the Usage Statistics page and connect them to your bill.

DimensionUnitWhat it measuresBilling
Reporting volumePointsNumber of data points reported per sampling task per collection intervalCustom metrics are billed; basic metrics are free
Writing volumeBytesSize of data written per sampling taskCustom metrics are billed; basic metrics are free
Note: Basic metrics are included in the free tier. Only custom metrics incur charges, based on reporting volume (points) or writing volume (bytes).

View usage statistics

  1. Log on to the ARMS console.

  2. In the left-side navigation pane, choose Managed Service for Prometheus > Usage Statistics.

  3. In the upper-right corner, set the time range for the data you want to review.

Usage Statistics page

Query usage metrics programmatically

To meet custom statistical requirements, starting November 25, 2024, you can use Managed Service for Prometheus to create Simple Log Service Metricstores for Prometheus usage data. Query this Metricstore to build dashboards or set up alerts on usage trends.

Metricstore settings

SettingValue
Projectaliyun-product-data-{userId}-cn-shanghai
Metricstoreprom_finance_aggr

Replace {userId} with your Alibaba Cloud account ID.

Data retention and billing

ItemDetails
Retention180 days
Free tierStorage capacity, indexing, read/write traffic, and read/write operations
Additional chargesOther Simple Log Service features may incur fees

Available metrics

Each metric captures usage at the job level. Metrics are grouped by billing model.

Reporting volume (points)

MetricDescription
prom_points_job_total_costReporting volume of custom metrics at the job level (points)
prom_points_job_total_freeReporting volume of basic metrics at the job level (points)

Writing volume (bytes)

MetricDescription
prom_serverless_job_amount_costWriting volume of custom metrics at the job level (bytes)
prom_serverless_job_amount_freeWriting volume of basic metrics at the job level (bytes)
prom_serverless_archive_amountMetrics billed by writing volume that enter archival storage (bytes)

Tags for filtering and aggregation

Filter and aggregate usage data by the following tags:

TagDescription
instanceIdManaged Service for Prometheus instance ID
instanceNameManaged Service for Prometheus instance name
regionIdRegion where the instance is deployed
jobSampling task name
userIdAlibaba Cloud account ID

Reduce costs based on usage data

After you identify which sampling tasks or custom metrics drive consumption, take action to control costs:

  • Discard unused metrics: To stop collecting metrics that are no longer needed and eliminate the associated charges, discard them. Discarded metrics are not billed.

  • Re-enable metrics: To resume monitoring discarded metrics, enable them again. Standard billing applies once a metric is re-enabled.