All Products
Search
Document Center

Serverless App Engine:Enable or disable application monitoring and manage probes

Last Updated:Nov 12, 2025

Serverless App Engine (SAE) integrates with Application Real-Time Monitoring Service (ARMS) to provide multiple monitoring features. After you enable ARMS Premium monitoring, you can quickly locate faulty and slow APIs, detect memory leaks, and identify system bottlenecks. This greatly improves the efficiency of diagnosing online issues. This topic describes how to enable or disable application monitoring and view monitoring data in SAE.

Enable application monitoring

Professional Edition applications

SAE Professional Edition applications integrate with Premium application monitoring. This feature is free of charge but must be enabled manually.

Important

After you enable application monitoring, the system injects a built-in agent into each instance. This agent consumes approximately 0.2 cores of CPU and 200 MB of memory. Plan your resources accordingly.

  1. Create an application

    On the SAE Application List page, select a destination region and namespace in the top navigation bar, and then click Create Application. On the Application Basic Information page, configure the parameters and click Next: Advanced Settings.

    Change a running application

    Warning

    After you redeploy an application, the application is restarted. To prevent unpredictable errors such as business interruptions, we recommend that you deploy applications during off-peak hours.

    On the SAE Application List page, select a destination region and namespace in the top navigation bar. Click the ID of the target Application to open the application details page.In the navigation pane on the left, click Basic Information. In the upper-right corner, click Deploy Application.

    Change a stopped application

    On the SAE Application List page, select a destination region and namespace in the top navigation bar. Click the ID of the target Application to open the application details page.Click Basic Information, and then click Modify Application Configuration.

  2. Find and expand the Application Monitoring section, and then turn on the switch for application monitoring.

    Note
    • If you deploy your application using an image, you must manually install the corresponding probe when you build the custom image.

    • If you deploy your application using a code package, no extra operations are required because the system automatically integrates the corresponding probe into the image when it builds the image from the code package.

  3. Complete the application deployment.

Standard Edition applications

Standard Edition SAE applications integrate with Basic application monitoring. This feature is automatically enabled after application deployment and requires no extra operations.

To use the Premium application monitoring feature, you must enable Premium monitoring, which incurs additional charges.

Manage application probe versions

Important

This feature is in a beta testing phase and is available by invitation only. If you want to use this feature, contact the technical staff in DingTalk group 32874633 to enable it.

  1. Create an application

    On the SAE Application List page, select a destination region and namespace in the top navigation bar, and then click Create Application. On the Application Basic Information page, configure the parameters and click Next: Advanced Settings.

    Change a running application

    Warning

    After you redeploy an application, the application is restarted. To prevent unpredictable errors such as business interruptions, we recommend that you deploy applications during off-peak hours.

    On the SAE Application List page, select a destination region and namespace in the top navigation bar. Click the ID of the target Application to open the application details page.In the navigation pane on the left, click Basic Information. In the upper-right corner, click Deploy Application.

    Change a stopped application

    On the SAE Application List page, select a destination region and namespace in the top navigation bar. Click the ID of the target Application to open the application details page.Click Basic Information, and then click Modify Application Configuration.

  2. Find and expand the Probe Configuration section, and then select the desired Probe Version.

  3. Complete the application deployment.

Change application probe versions in batches

Important

This feature is in a beta testing phase and is available by invitation only. If you want to use this feature, contact the technical staff in DingTalk group 32874633 to enable it.

  1. On the SAE Batch Operations page, select a destination region and namespace from the top navigation bar.

  2. On the Application Dimension tab, configure the following parameters:

    1. Set Task Type to Application Operation.

    2. Set Operation To Perform to Change Probe Version.

    3. Select the desired Probe Version Number.

    4. Select an Effective Policy.

      1. Take Effect On Next Deployment: The configuration does not take effect immediately. It takes effect the next time you manually deploy the application.

      2. Take Effect Immediately: The application is redeployed immediately after the configuration is complete. We recommend that you perform this operation during off-peak hours.

    5. Select one or more applications.

  3. Click Create Task and follow the on-screen instructions.

Disable application monitoring

Professional Edition applications

  1. On the Basic Information page of the target application, click Deploy Application.

  2. Find and expand the Application Monitoring section, and then turn off the switch for application monitoring.

  3. Click OK.

Standard Edition applications

  1. On the Basic Information page of the target application, click More in the upper-right corner, and then click Stop Application Monitoring.

  2. In the Disable Application Monitoring dialog box that appears, click OK.