Mini Program Monitoring tracks user access, page stability, and external service calls for mPaaS mini programs in real time. Use it to detect white screens, startup errors, JSAPI failures, and package request errors.
As of August 26, 2024, new user count and cumulative user metrics are no longer available.
Mini Program Monitoring provides real-time tracking of user access data (PVs, UVs, and trends) and detects performance issues such as white screens, application startup errors, JSAPI call errors, and application package request errors.
Currently, only mPaaS mini programs are supported. Monitoring for Alipay and WeChat mini programs is not yet supported.
View the mini program monitoring list
Each user can monitor up to 100 mini programs across all applications.
To view the mini program monitoring list:
-
Log on to the console, click Products and Services > Mobile PaaS, and then select an application.
-
In the left navigation pane, choose Application Performance Management > Mini program monitoring. The mini program list displays today's and yesterday's active users and launches for each mini program.
NoteThe list is populated from offline packages created on the mPaaS mini program platform.
-
In the mini program list, click a mini program name or View in the Actions column to open the monitoring details page.
Use keywords to search for a specific mini program.
Click Export in the upper-right corner to download the monitored mini programs and their access data as an Excel file.
View mini program monitoring details
Filter monitoring data by platform, client version, and time range.
The details page has two sections: Business Monitoring and Abnormal Monitoring. Each displays data for the last 1, 6, or 12 hours, or a custom time range within the current day. The default view shows data for the last hour across all platforms and versions.
Click Export in the upper-right corner to download the monitoring report as an Excel file.
Business Monitoring
Displays page views, active users, and their trends over the selected time period.
Abnormal Monitoring
Displays error metrics and their trends: application startup errors, white screen rate, error rate, JSAPI error count, and application package request error rate. Page health is assessed across three dimensions: page open speed, page stability, and external service invocation success rate (API).
Monitoring metrics
|
Monitoring metric |
Description |
|
Active users |
Unique device IDs that accessed the mini program. Repeat visits from the same device are counted once. |
|
Startup times |
Total mini program launches. One launch spans from opening the mini program until it is actively closed or times out. |
|
PVs |
Total page visits across all mini program pages. |
|
In-application open exceptions |
Errors that occur when opening a mini program page within the application. |
|
White screen rate |
A page renders with no content (completely blank). White screen rate = Number of white screens / Number of page opens × 10000‱ |
|
JSAPI exception error rate |
JS error rate = Number of JS errors / Page views × 1000‰ |
|
JS exception count |
Total JSAPI request errors for the mini program. |
|
Application package request error rate |
Application package request error rate = Application package request errors / Total application package requests |