Updated on 2024-06-28 GMT+08:00

Access of Other Components

Application Scenario

Use a custom Exporter to create a collection task to monitor component metrics. In addition, use Exporter to report database metrics for exception detection and Grafana dashboard display.

Prerequisites

Procedure

  1. Log in to the AOM 2.0 console.
  2. In the navigation pane on the left, choose Collection Management > Collection Tasks. On the displayed page, click Create Collection Task.
  3. On the displayed page, set parameters by referring to the following table.

    Figure 1 Configuring a collection task
    Table 1 Parameters for creating a collection task

    Operation

    Parameter

    Description

    Select Instance

    Prometheus Instance

    Select a Prometheus instance for ECS to store collected data.

    A collection task will be associated with the Prometheus instance to mark and classify collected data. If no Prometheus instance is available, create one. (When configuring a collection task through Collection Management, click Add Instance.)

    Set Plug-in

    OS

    Operating system of the host. Options: Linux and Windows. To use a custom exporter, select Linux.

    NOTE:
    • If Linux is used, you can select a middleware or custom plug-in.
    • If Windows is used, you can only select a custom plug-in.

    Collection Plug-in

    Click Add Plug-in. On the displayed page, choose Middleware > CUSTOM_EXPORTER.

    Plug-in Version

    Select a plug-in version.
    NOTE:

    Plug-in versions that have not been released are dimmed and cannot be selected.

    Set Collection Task

    Collection Task Name

    Name of a collection task. Enter 1 to 50 characters and start with a letter. Only letters, digits, underscores (_), and hyphens (-) are allowed.

    Host

    Click Add Host and select a running host.

    Specify host: Select a host that has been connected.

    • On the Specify host page, search for and select a host by the host name, IP address, or Agent status.
    • On the Specify host page, click in the upper right corner to deselect the host if needed.
    • Ensure that the UniAgent of the selected host is running. Otherwise, no data can be collected.
    NOTE:

    If you select a middleware plug-in, only one host can be selected.

    Plug-in Collection Parameters

    • Exporter Address: IP address and port number of the host where Exporter is installed. The format is "IP address:Port", for example, 10.0.0.1:9100
    • Component Address: host where Exporter starts instance monitoring. Generally, set this parameter to the IP address of the host.
    • Metrics: The default value is single quotation marks (''), indicating that all metrics are exported. If you need to filter metrics, set this parameter in the following format, for example, 'metric1,metric2'.

    Metric Dimension

    Click and select Built-in or Custom to add a metric dimension.
    • Metric dimension name:
      • Built-in metric dimensions: _app, _comp, and _env are available, which are used to identify applications, components, and environments, respectively.
      • Custom metric dimension: Enter a metric dimension name. Each name can contain 1 to 64 characters. Only letters, digits, and underscores (_) are allowed. Each name must start with a letter or underscore.

      For a host, each metric dimension name must be unique.

    • Metric dimension value: Enter the value of a metric dimension. This value can be duplicate but cannot be empty. Each value can contain 1 to 128 characters. The following characters are not allowed: &|><$;'!-()

    Up to 10 dimensions can be added. For example, if the dimension name is label1 and the dimension value is label2, label1:"label2" will be displayed.

    Advanced Settings

    Includes Collection Period (s) and Timeout Period (s).

    • Collection Period (s): O&M data collection period, in seconds. Options: 10s, 30s, and 60s (default).
    • Timeout Period (s): the maximum time for executing a collection task, in seconds. Options: 10s, 30s, and 60s (default).
      NOTE:

      The timeout period must be shorter than or equal to the collection period.

    • Executor: user who executes the collection task, that is, the user of the selected host. The default value is root. Currently, only the root user is supported.

  4. Click Create.
  5. The connected plug-in will be displayed on the collection task page. Click the name of a collection task. On the displayed page, you can check the configuration of the collection task.