All Products
Search
Document Center

Application Real-Time Monitoring Service:Customize settings for a Python application

Last Updated:Mar 10, 2026

When monitoring a Python application with Application Real-Time Monitoring Service (ARMS), you may need to adjust trace sampling rates or temporarily pause data collection without restarting the application. The Custom Configurations page provides these controls, along with the ability to copy settings across applications and set global defaults.

Note

For information about how to use the ARMS API to configure these settings, see SaveTraceAppConfig.

Prerequisites

Before you begin, make sure that you have:

Open the Custom Configurations page

  1. Log on to the ARMS console.

  2. In the left-side navigation pane, choose Application Monitoring > Application List.

  3. In the top navigation bar, select a region, then click the name of the target application.

    Note

    The icon in the Language column indicates which monitoring service the application uses. The Java icon icon indicates Application Monitoring. A hyphen (-) indicates Managed Service for OpenTelemetry.

  4. In the top navigation bar, choose Configuration > Custom Configurations.

Configure trace sampling

Python applications support fixed-rate sampling only. To set the sampling rate:

  1. In the Sampling Settings section, set the sampling rate.

    Sampling settings

  2. Click Save.

Pause or resume monitoring

Toggle the Pause application monitoring switch in the Probe switch settings section to enable or disable application monitoring.

Important

This switch takes effect immediately. No application restart is required. While monitoring is paused, the system no longer monitors the application.

Agent switch settings

Copy settings to other applications

You can reuse the current application's configuration by copying it to one or more other applications.

Copy a single configuration section

  1. In the target section, click Save and Copy to Other Applications.

  2. If the Current settings are not saved message appears, click OK to save first, then click Save and Copy to Other Applications again.

  3. In the dialog box, select the target applications and click OK.

Copy all configuration sections

  1. At the bottom of the page, click Save and Copy to Other Applications.

  2. If the Current settings are not saved message appears, click OK to save first, then click Save and Copy to Other Applications again.

  3. In the dialog box, select the target applications and click OK.

Save current settings as the global default

Save the current application's settings as the default configuration for all new applications.

  1. At the bottom of the page, click Save Current Application Settings as Global Default Configurations.

  2. If the Current settings are not saved message appears, click OK to save first, then click Save Current Application Settings as Global Default Configurations again.

  3. In the confirmation dialog, click OK.

New applications created after this point automatically inherit these settings.