All Products
Search
Document Center

Managed Service for OpenTelemetry:Silence policies

Last Updated:Mar 10, 2026

During planned maintenance, known incidents, or recurring low-priority alerts, notification noise can overwhelm your team and obscure actionable alerts. Silence policies filter and converge alerts that match specific rules, reducing the likelihood of alert storms, so your team only receives notifications that require attention.

Important

Silence policies take precedence over notification policies. Alert events that match a silence policy are silenced and are not matched by any notification policy.

How silence policies work

A silence policy consists of two parts:

ComponentPurposeExample
Matching rulesDefine which alerts to silence, using tags and conditionsSilence all P4 alerts from cluster prod-east
Effective timeDefine when the policy is activeEvery Saturday and Sunday, or a one-time maintenance window

Combine these two components to cover common scenarios:

  • Planned maintenance -- Silence alerts from specific clusters or services during a scheduled maintenance window using a custom time period.

  • Recurring low-priority noise -- Silence P4 or Default severity alerts on weekends using a recurring schedule.

  • Known incident suppression -- Silence alerts related to a known issue by matching the alertname or _aliyun_arms_involvedObject_name tag, with a persistent or custom time period.

Create a silence policy

  1. Log on to the Managed Service for OpenTelemetry console.

  2. In the left-side navigation pane, choose Alert Management > Alarm policy.

  3. Click the Silence Policies tab, then click Create Silence Policy.

  4. Enter a name for the silence policy.

  5. In the Silent Event Matching Rule section, configure the rules that determine which alerts to silence.

    1. Select a data source.

      • To filter alerts from a specific source, select that source.

      • To filter all alerts regardless of source, select No Preset Source.

    2. Define one or more expressions using existing tags or custom tags.

      Available tags for matching expressions:

      Common fields

      TagDescription
      alertnameAlert name.
      clusternameKubernetes cluster name.
      severitySeverity level. Valid values: P1, P2, P3, P4, Default.
      namespaceKubernetes namespace.
      pod_nameKubernetes pod name.

      Preset system fields

      TagDescription
      _aliyun_arms_integration_nameIntegration name specified as the data source. Default: ARMS-DEFAULT.
      _aliyun_arms_involvedObject_idID of the object that triggers the alert.
      _aliyun_arms_involvedObject_nameName of the object that triggers the alert.
      _aliyun_arms_region_idARMS region ID.
      _aliyun_arms_alert_rule_idAlert rule ID.
      _aliyun_arms_alert_typeAlert rule type. Valid values: 101 (Prometheus alert), 5 (Application Monitoring alert), 4 (Browser Monitoring alert).
    3. Combine conditions and rules to define matching logic.

      ActionLogicUse case
      Click + Add ConditionAND -- the alert must meet all conditions within the same ruleSilence alerts that are both P4 severity AND from a specific cluster
      Click + Add RuleOR -- the alert must meet any one of the rulesSilence alerts that match rule A OR rule B
  6. Set the effective time.

    OptionBehaviorExample
    PersistentThe policy stays active indefinitely.Suppress known noisy alerts with no end date.
    RecurringThe policy activates on a repeating schedule. Select Every Day or Weekly, then click Create.Suppress non-critical alerts every weekend.
    Custom Time PeriodThe policy activates during a specific time window. Click Create and define the period.Suppress alerts during a two-hour maintenance window on March 15.
  7. Click Save.

Manage silence policies

On the Silence Policies tab, perform any of the following operations:

OperationSteps
EditClick the policy name, or click Edit in the Actions column. Modify the settings and click Save.
Enable or disableToggle the switch in the Status column.
DeleteClick Delete in the Actions column, then click OK to confirm.
CopyClick Copy in the Actions column to duplicate the policy.