MID Server and MID Server distributed cluster for Metric Intelligence

  • Release version: Yokohama
  • Updated May 28, 2026
  • 4 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of MID Server and MID Server distributed cluster for Metric Intelligence

    Metric Intelligence in ServiceNow requires at least one MID Server distributed cluster with a single MID Server configured specifically for Metric Intelligence. This MID Server processes metric data, detects anomalies, and transmits processed and raw data to the ServiceNow instance. A single MID Server supporting Metric Intelligence must be part of a distributed cluster, which can be created automatically or configured manually if needed.

    Show full answer Show less

    Key Features

    • MID Server distributed cluster: Supports the Distributed MID Server cluster type exclusively for Metric Intelligence. Activation of the Metric Intelligence application automatically activates this cluster.
    • Metric Intelligence MID Server capabilities: Must be configured with Metric Intelligence as a supported application, Metrics capability, and the Metric Intelligence Metrics extension.
    • Compatibility: Supports connection to multiple agents (Agent Client Collectors) and can coexist with Discovery and other applications on the same MID Server.
    • Domain support: If Domain Extensions Installer is activated, MID Servers can be configured per domain to process metrics within the same domain as the business service.
    • Throttling mechanism: Enabled by default to protect the instance from data bursts, with configurable parameters to enable or disable throttling for metrics and anomalies.
    • Configuration overrides: Java parameters such as garbage collector and IPv4 stack preference can be overridden via configuration files, along with Java memory settings to optimize performance.

    Key Requirements

    • Validation and state: The MID Server must be validated, running, and meet all software, hardware, and configuration prerequisites.
    • Hardware for virtual machines: For supporting 5,000 CIs with 100 metrics each, a MID Server requires at least 12 GB RAM and 4 CPU cores. Larger scale support (up to 17,000 CIs) requires 24 GB RAM and 8 CPU cores.
    • Software: Supported on 32-bit and 64-bit Windows (Windows 2008 R2, 2012 R2, 2019) and Linux distributions (Red Hat Enterprise Linux 6.6+, CentOS 6.6+), with the corresponding MID Server versions.
    • Service account permissions: The MID Server service logon user must have read access to the SCOM database (OperationsManagerDW) for data pulling.
    • IPv6 is not supported: Metric Intelligence MID Servers currently do not support IPv6.

    Practical Implications for ServiceNow Customers

    Customers implementing Metric Intelligence should ensure they deploy at least one properly configured MID Server within a distributed cluster tailored for Metric Intelligence workloads. This setup enables efficient data processing and anomaly detection for large sets of metrics related to configuration items (CIs). Adequate hardware sizing and correct software/configuration settings are critical for optimal performance and scalability. The built-in throttling mechanism safeguards the instance from overloads, enhancing reliability. Configuration overrides allow fine-tuning JVM behavior and memory usage to match their environment and performance needs.

    Using Metric Intelligence requires at least one MID Server distributed cluster which contains a single MID Server that is configured for Metric Intelligence.

    When using a single Metric Intelligence MID Server, that server must be added to a MID Server distributed cluster.

    To support the specified throughput, create a distributed cluster with a single MID Server that meets the Metric Intelligence MID Server requirements. When using a virtual machine (VM), only a single MID Server can run that supports Metric Intelligence. When working with Agent Client Collector, a MID Server can also be connected to multiple agents (ACC-M and ACC-L).

    A MID Server supporting Discovery can also be used with other applications.

    For details on setting up Metric Intelligence, see Get started with Metric Intelligence.

    MID Server distributed clusters

    Activating Metric Intelligence (com.snc.sa.metric), automatically activates MID Server distributed cluster (com.snc.agent.distributed.cluster). A MID Server distributed cluster supports the Distributed MID Server cluster type which is used exclusively with Metric Intelligence.

    If automatic creation of a MID Server distributed cluster fails, you can configure the cluster manually. For details, contact Customer Support.

    Metric Intelligence MID Server

    The Metric Intelligence MID Server supports the Metric Intelligence feature by processing data and detecting anomalies. The MID Server transmits batches of processed data to the instance. If an anomaly is detected, then information about the anomaly along with the raw data is sent immediately to the instance.

    Each Metric Intelligence MID Server must be configured with the following settings:
    • Metric Intelligence as a supported application
    • The Metrics capability
    • Running the Metric Intelligence Metrics extension
    Note:
    The Metric Intelligence MID Server does not support IPv6.

    The Metric Intelligence application that the Metric Intelligence MID Server is configured with enables you to add additional supported applications to the same MID Server. By default, Metric Intelligence is included in the definition of the MID Server ALL option. For information about modifying the behavior of the ALL option when selecting supported applications, see Configure applications included in ALL Applications.

    If Domain Support - Domain Extensions Installer is activated, then you can configure a MID Server with the Metrics capability, per domain. In this case, metrics for a business service are processed on the MID Server that is in the same domain as the business service. Otherwise, a MID Server from the global domain is used.

    Ensure that the MID Server that you want to configure for Metric Intelligence:
    • Is validated. For more information, see Validate a MID Server
    • Is in running state
    • Meets all software, hardware, and configuration requirements
    Table 1. Hardware requirements for the virtual machine/host on which the MID Server runs (scaled for 5000 CIs with 100 metrics per CI)
    Requirement
    One MID Server with:
    • Memory: 12 GB
    • Processor: 4 cores
    Supports approximately up to a total of 1.2 million metrics (12,000 CIs with 100 metrics per CI).
    One MID Server with:
    • Memory: 24 GB
    • Processor: 8 cores
    Supports approximately up to a total of 1.7 million metrics (17,000 CIs with 100 metrics per CI).
    Table 2. Software requirements
    Software Supported versions Additional requirements
    Windows 32-bit and 64-bit versions:
    • Windows 2008 R2
    • Windows Server 2012 R2
    • Windows Server 2019
    32-bit or 64-bit version of the MID Server
    Linux
    • Red Hat Enterprise Edition Linux 6.6 or later
    • CentOS Linux 6.6 or later
    32-bit or 64-bit version of the MID Server
    Table 3. Configuration requirements
    Configuration Requirement
    MID Server service logon user (required only for pulling) Must be set to a user with read access to the SCOM database (OperationsManagerDW).
    1. On the MID Server, open the MID Server Properties dialog box.
    2. Click the Log On tab.
    3. Select This account, and enter credentials for a user with the required access.
    4. Click Apply.

    MID Server throttling mechanism

    The MID Server throttling mechanism protects against data bursts to the instance. Data burst protection prevents overloading the instance, while ensuring that you do not lose any data.

    The MID Server throttling mechanism is enabled by default. You may want to disable this mechanism when troubleshooting, to ensure that the mechanism is not causing system malfunction.

    The throttling parameters are MID Server configuration parameters. Configure these parameters on the MID Server record, on the Configuration Parameters tab. When you add a configuration parameter, select the matching mid.oi parameter from the Parameter name list.

    • To disable this feature for metrics, set the mid.oi.metric_token_bucket_enabled parameter to false.
    • To disable this feature for anomalies, set the mid.oi.anomaly_token_bucket_enabled parameter to false.

    Configuration Override

    Use the ../agent/conf/wrapper-override.conf file to configure Java override parameters, such as the garbage collector and IPv4.

    To configure the garbage collector, override the existing garbage collector parameter. For example, replace -XX:+UseParallelGC with -XX:+UseG1GC.

    To force IPv4, add the following parameter, using the next available wrapper.java.additional number:

    wrapper.java.additional.<number>=-Djava.net.preferIPv4Stack=true
    Note:
    Do not renumber existing wrapper.java.additional lines. Parameters 101 through 200 are reserved for ServiceNow out-of-the-box parameters. Only override those parameters by uncommenting the existing lines and changing the values.

    Use the ../agent/conf/wrapper.conf file to configure memory for Metric Intelligence. Update the following parameters:

    • wrapper.java.initmemory=1024 or higher
    • wrapper.java.maxmemory=4096 or higher

    Optionally, if a server has additional RAM available, for example 16 GB RAM, you can replace 4096 with 8192 in wrapper.java.maxmemory=4096.