tencentcloud-sdk-nodejs-apm 4.0.1000 → 4.0.1003

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,15 +19,15 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
19
19
  */
20
20
  DescribeGeneralSpanList(req: DescribeGeneralSpanListRequest, cb?: (error: string, rep: DescribeGeneralSpanListResponse) => void): Promise<DescribeGeneralSpanListResponse>;
21
21
  /**
22
- * APM实例列表拉取
22
+ * 拉取 APM 业务系统列表
23
23
  */
24
24
  DescribeApmInstances(req: DescribeApmInstancesRequest, cb?: (error: string, rep: DescribeApmInstancesResponse) => void): Promise<DescribeApmInstancesResponse>;
25
25
  /**
26
- * 获取APM Agent信息
26
+ * 获取 APM Agent信息
27
27
  */
28
28
  DescribeApmAgent(req: DescribeApmAgentRequest, cb?: (error: string, rep: DescribeApmAgentResponse) => void): Promise<DescribeApmAgentResponse>;
29
29
  /**
30
- * 修改APM实例接口
30
+ * 修改APM业务系统接口
31
31
  */
32
32
  ModifyApmInstance(req: ModifyApmInstanceRequest, cb?: (error: string, rep: ModifyApmInstanceResponse) => void): Promise<ModifyApmInstanceResponse>;
33
33
  /**
@@ -44,15 +44,15 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
44
44
  */
45
45
  DescribeMetricRecords(req: DescribeMetricRecordsRequest, cb?: (error: string, rep: DescribeMetricRecordsResponse) => void): Promise<DescribeMetricRecordsResponse>;
46
46
  /**
47
- * apm销毁实例
47
+ * 销毁 APM 业务系统
48
48
  */
49
49
  TerminateApmInstance(req: TerminateApmInstanceRequest, cb?: (error: string, rep: TerminateApmInstanceResponse) => void): Promise<TerminateApmInstanceResponse>;
50
50
  /**
51
- * 业务购买APM实例,调用该接口创建
51
+ * 业务购买 APM 业务系统,调用该接口创建
52
52
  */
53
53
  CreateApmInstance(req: CreateApmInstanceRequest, cb?: (error: string, rep: CreateApmInstanceResponse) => void): Promise<CreateApmInstanceResponse>;
54
54
  /**
55
- * 服务概览数据拉取
55
+ * 应用概览数据拉取
56
56
  */
57
57
  DescribeServiceOverview(req: DescribeServiceOverviewRequest, cb?: (error: string, rep: DescribeServiceOverviewResponse) => void): Promise<DescribeServiceOverviewResponse>;
58
58
  }
@@ -46,19 +46,19 @@ class Client extends TencentCloudCommon.AbstractClient {
46
46
  return this.request("DescribeGeneralSpanList", req, cb);
47
47
  }
48
48
  /**
49
- * APM实例列表拉取
49
+ * 拉取 APM 业务系统列表
50
50
  */
51
51
  async DescribeApmInstances(req, cb) {
52
52
  return this.request("DescribeApmInstances", req, cb);
53
53
  }
54
54
  /**
55
- * 获取APM Agent信息
55
+ * 获取 APM Agent信息
56
56
  */
57
57
  async DescribeApmAgent(req, cb) {
58
58
  return this.request("DescribeApmAgent", req, cb);
59
59
  }
60
60
  /**
61
- * 修改APM实例接口
61
+ * 修改APM业务系统接口
62
62
  */
63
63
  async ModifyApmInstance(req, cb) {
64
64
  return this.request("ModifyApmInstance", req, cb);
@@ -83,19 +83,19 @@ class Client extends TencentCloudCommon.AbstractClient {
83
83
  return this.request("DescribeMetricRecords", req, cb);
84
84
  }
85
85
  /**
86
- * apm销毁实例
86
+ * 销毁 APM 业务系统
87
87
  */
88
88
  async TerminateApmInstance(req, cb) {
89
89
  return this.request("TerminateApmInstance", req, cb);
90
90
  }
91
91
  /**
92
- * 业务购买APM实例,调用该接口创建
92
+ * 业务购买 APM 业务系统,调用该接口创建
93
93
  */
94
94
  async CreateApmInstance(req, cb) {
95
95
  return this.request("CreateApmInstance", req, cb);
96
96
  }
97
97
  /**
98
- * 服务概览数据拉取
98
+ * 应用概览数据拉取
99
99
  */
100
100
  async DescribeServiceOverview(req, cb) {
101
101
  return this.request("DescribeServiceOverview", req, cb);