Skip to content

Collector 「Alibaba Cloud-TDS」Configuration Manual

Before reading this, please read the following first:

Before using this collector, you must install the 「Integration Core Package」and its associated third-party dependency packages

1. Configuration Structure

This collector does not require configuration.

2. Data Reporting Format

After data is synchronized successfully, you can view the data in the «Infrastructure-Resource Catalog» section of {{( brand_name }}}.

An example of the reported data is as follows:

JSON
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
{
  "measurement": "aliyun_tds",
  "tags": {
    "name"      : "sas-3dxxx0xczf07",
    "InstanceId": "sas-3dvxxxczf07",
    "Version"   : "3"
  },
  "fields": {
    "ReleaseTime"   : 1668182400000,
    "IsTrialVersion": 0,
    "MVAuthCount"   : 0,
    "AssetLevel"    : 66,
    "IsOverBalance" : false,
    "SlsCapacity"   : 1540,
    "message"       : "{Instance JSON data}"
  }
}

The fields in tags and fields may change with subsequent updates

The value of tags.name is the instance ID, serving as a unique identifier, and fields.message is a string serialized in JSON format

X. Appendix

Please refer to the official Alibaba Cloud documentation: