Skip to content

Configuration Manual for "Alibaba Cloud-DCDN" Collector

Before reading this article, please first read:

!!! tip "Before using this collector, you must install the 'Integration Core Package' and its associated third-party dependency packages." You must confirm that the dcdn acceleration service has been enabled.

1. Configuration Structure

This script requires no additional configuration.

2. Data Reporting Format

After data synchronization is successful, you can view the data in the {{( brand_name )}} "Infrastructure - Resource Catalog".

An example of the reported data is as follows:

JSON
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
{
  "measurement": "aliyun_dcdn",
  "tags": {
    "name"        : "xxxxx.cn",
    "DomainName"  : "xxxxx.cn",
    "SSLProtocol" : "on",
    "Scope"       : "domestic",
    "DomainStatus": "online",
  },
  "fields": {
    "GmtCreated": "2022-12-13T16:00:00Z",
    "message"   : "{JSON instance data}"
  }
}

The fields in tags and fields may change with subsequent updates.

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

X. Appendix

Please refer to the official Alibaba Cloud documentation: