tencentcloud-sdk-nodejs-apm 4.0.618 → 4.0.620

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.
@@ -23,77 +23,62 @@ export interface ModifyApmInstanceRequest {
23
23
  * 实例ID
24
24
  */
25
25
  InstanceId: string
26
-
27
26
  /**
28
27
  * 实例名
29
28
  */
30
29
  Name: string
31
-
32
30
  /**
33
31
  * 标签列表
34
32
  */
35
33
  Tags?: Array<ApmTag>
36
-
37
34
  /**
38
35
  * 实例详情
39
36
  */
40
37
  Description?: string
41
-
42
38
  /**
43
39
  * Trace数据保存时长
44
40
  */
45
41
  TraceDuration?: number
46
-
47
42
  /**
48
43
  * 是否开启计费
49
44
  */
50
45
  OpenBilling?: boolean
51
-
52
46
  /**
53
47
  * 实例上报额度
54
48
  */
55
49
  SpanDailyCounters?: number
56
-
57
50
  /**
58
51
  * 错误率阈值
59
52
  */
60
53
  ErrRateThreshold?: number
61
-
62
54
  /**
63
55
  * 采样率
64
56
  */
65
57
  SampleRate?: number
66
-
67
58
  /**
68
59
  * 是否开启错误采样 0 关 1 开
69
60
  */
70
61
  ErrorSample?: number
71
-
72
62
  /**
73
63
  * 慢请求阈值
74
64
  */
75
65
  SlowRequestSavedThreshold?: number
76
-
77
66
  /**
78
67
  * 是否开启日志功能 0 关 1 开
79
68
  */
80
69
  IsRelatedLog?: number
81
-
82
70
  /**
83
71
  * 日志地域
84
72
  */
85
73
  LogRegion?: string
86
-
87
74
  /**
88
75
  * CLS日志主题ID | ES 索引名
89
76
  */
90
77
  LogTopicID?: string
91
-
92
78
  /**
93
79
  * CLS日志集 | ES集群ID
94
80
  */
95
81
  LogSet?: string
96
-
97
82
  /**
98
83
  * CLS | ES
99
84
  */
@@ -105,157 +90,132 @@ export interface ModifyApmInstanceRequest {
105
90
  */
106
91
  export interface ApmInstanceDetail {
107
92
  /**
108
- * 存储使用量(MB)
93
+ * 存储使用量(MB)
109
94
  注意:此字段可能返回 null,表示取不到有效值。
110
- */
95
+ */
111
96
  AmountOfUsedStorage: number
112
-
113
97
  /**
114
- * 实例名
98
+ * 实例名
115
99
  注意:此字段可能返回 null,表示取不到有效值。
116
- */
100
+ */
117
101
  Name: string
118
-
119
102
  /**
120
- * 实例所属tag列表
103
+ * 实例所属tag列表
121
104
  注意:此字段可能返回 null,表示取不到有效值。
122
- */
105
+ */
123
106
  Tags: Array<ApmTag>
124
-
125
107
  /**
126
108
  * 实例ID
127
109
  */
128
110
  InstanceId: string
129
-
130
111
  /**
131
- * 创建人Uin
112
+ * 创建人Uin
132
113
  注意:此字段可能返回 null,表示取不到有效值。
133
- */
114
+ */
134
115
  CreateUin: string
135
-
136
116
  /**
137
- * 该实例已上报的服务端应用数量
117
+ * 该实例已上报的服务端应用数量
138
118
  注意:此字段可能返回 null,表示取不到有效值。
139
- */
119
+ */
140
120
  ServiceCount: number
141
-
142
121
  /**
143
- * 日均上报Span数
122
+ * 日均上报Span数
144
123
  注意:此字段可能返回 null,表示取不到有效值。
145
- */
124
+ */
146
125
  CountOfReportSpanPerDay: number
147
-
148
126
  /**
149
127
  * AppId信息
150
128
  */
151
129
  AppId: number
152
-
153
130
  /**
154
- * Trace数据保存时长
131
+ * Trace数据保存时长
155
132
  注意:此字段可能返回 null,表示取不到有效值。
156
- */
133
+ */
157
134
  TraceDuration: number
158
-
159
135
  /**
160
- * 实例描述信息
136
+ * 实例描述信息
161
137
  注意:此字段可能返回 null,表示取不到有效值。
162
- */
138
+ */
163
139
  Description: string
164
-
165
140
  /**
166
- * 实例状态
141
+ * 实例状态
167
142
  注意:此字段可能返回 null,表示取不到有效值。
168
- */
143
+ */
169
144
  Status: number
170
-
171
145
  /**
172
- * 实例所属地域
146
+ * 实例所属地域
173
147
  注意:此字段可能返回 null,表示取不到有效值。
174
- */
148
+ */
175
149
  Region: string
176
-
177
150
  /**
178
- * 实例上报额度
151
+ * 实例上报额度
179
152
  注意:此字段可能返回 null,表示取不到有效值。
180
- */
153
+ */
181
154
  SpanDailyCounters: number
182
-
183
155
  /**
184
- * 实例是否开通计费
156
+ * 实例是否开通计费
185
157
  注意:此字段可能返回 null,表示取不到有效值。
186
- */
158
+ */
187
159
  BillingInstance: number
188
-
189
160
  /**
190
- * 错误率阈值
161
+ * 错误率阈值
191
162
  注意:此字段可能返回 null,表示取不到有效值。
192
- */
163
+ */
193
164
  ErrRateThreshold: number
194
-
195
165
  /**
196
- * 采样率阈值
166
+ * 采样率阈值
197
167
  注意:此字段可能返回 null,表示取不到有效值。
198
- */
168
+ */
199
169
  SampleRate: number
200
-
201
170
  /**
202
- * 是否开启错误采样 0 关 1 开
171
+ * 是否开启错误采样 0 关 1 开
203
172
  注意:此字段可能返回 null,表示取不到有效值。
204
- */
173
+ */
205
174
  ErrorSample: number
206
-
207
175
  /**
208
- * 慢调用保存阈值
176
+ * 慢调用保存阈值
209
177
  注意:此字段可能返回 null,表示取不到有效值。
210
- */
178
+ */
211
179
  SlowRequestSavedThreshold: number
212
-
213
180
  /**
214
- * cls日志所在地域
181
+ * cls日志所在地域
215
182
  注意:此字段可能返回 null,表示取不到有效值。
216
- */
183
+ */
217
184
  LogRegion: string
218
-
219
185
  /**
220
- * 日志来源
186
+ * 日志来源
221
187
  注意:此字段可能返回 null,表示取不到有效值。
222
- */
188
+ */
223
189
  LogSource: string
224
-
225
190
  /**
226
- * 日志功能开关 0 关 | 1 开
191
+ * 日志功能开关 0 关 | 1 开
227
192
  注意:此字段可能返回 null,表示取不到有效值。
228
- */
193
+ */
229
194
  IsRelatedLog: number
230
-
231
195
  /**
232
- * 日志主题ID
196
+ * 日志主题ID
233
197
  注意:此字段可能返回 null,表示取不到有效值。
234
- */
198
+ */
235
199
  LogTopicID: string
236
-
237
200
  /**
238
- * 该实例已上报的客户端应用数量
201
+ * 该实例已上报的客户端应用数量
239
202
  注意:此字段可能返回 null,表示取不到有效值。
240
- */
203
+ */
241
204
  ClientCount: number
242
-
243
205
  /**
244
- * 该实例已上报的总应用数量
206
+ * 该实例已上报的总应用数量
245
207
  注意:此字段可能返回 null,表示取不到有效值。
246
- */
208
+ */
247
209
  TotalCount: number
248
-
249
210
  /**
250
- * CLS日志集 | ES集群ID
211
+ * CLS日志集 | ES集群ID
251
212
  注意:此字段可能返回 null,表示取不到有效值。
252
- */
213
+ */
253
214
  LogSet: string
254
-
255
215
  /**
256
- * Metric数据保存时长
216
+ * Metric数据保存时长
257
217
  注意:此字段可能返回 null,表示取不到有效值。
258
- */
218
+ */
259
219
  MetricDuration: number
260
220
  }
261
221
 
@@ -267,22 +227,18 @@ export interface CreateApmInstanceRequest {
267
227
  * 实例名
268
228
  */
269
229
  Name: string
270
-
271
230
  /**
272
231
  * 实例描述信息
273
232
  */
274
233
  Description?: string
275
-
276
234
  /**
277
235
  * Trace数据保存时长
278
236
  */
279
237
  TraceDuration?: number
280
-
281
238
  /**
282
239
  * 标签列表
283
240
  */
284
241
  Tags?: Array<ApmTag>
285
-
286
242
  /**
287
243
  * 实例上报额度值
288
244
  */
@@ -294,11 +250,10 @@ export interface CreateApmInstanceRequest {
294
250
  */
295
251
  export interface DescribeServiceOverviewResponse {
296
252
  /**
297
- * 指标结果集
253
+ * 指标结果集
298
254
  注意:此字段可能返回 null,表示取不到有效值。
299
- */
255
+ */
300
256
  Records: Array<ApmMetricRecord>
301
-
302
257
  /**
303
258
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
304
259
  */
@@ -313,12 +268,10 @@ export interface QueryMetricItem {
313
268
  * 指标名
314
269
  */
315
270
  MetricName: string
316
-
317
271
  /**
318
272
  * 同比,已弃用,不建议使用
319
273
  */
320
274
  Compare?: string
321
-
322
275
  /**
323
276
  * 同比,支持多种同比方式
324
277
  */
@@ -340,11 +293,10 @@ export interface TerminateApmInstanceRequest {
340
293
  */
341
294
  export interface DescribeApmInstancesResponse {
342
295
  /**
343
- * apm实例列表
296
+ * apm实例列表
344
297
  注意:此字段可能返回 null,表示取不到有效值。
345
- */
298
+ */
346
299
  Instances: Array<ApmInstanceDetail>
347
-
348
300
  /**
349
301
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
350
302
  */
@@ -356,39 +308,34 @@ export interface DescribeApmInstancesResponse {
356
308
  */
357
309
  export interface ApmAgentInfo {
358
310
  /**
359
- * Agent下载地址
311
+ * Agent下载地址
360
312
  注意:此字段可能返回 null,表示取不到有效值。
361
- */
313
+ */
362
314
  AgentDownloadURL: string
363
-
364
315
  /**
365
- * Collector上报地址
316
+ * Collector上报地址
366
317
  注意:此字段可能返回 null,表示取不到有效值。
367
- */
318
+ */
368
319
  CollectorURL: string
369
-
370
320
  /**
371
- * Token信息
321
+ * Token信息
372
322
  注意:此字段可能返回 null,表示取不到有效值。
373
- */
323
+ */
374
324
  Token: string
375
-
376
325
  /**
377
- * 外网上报地址
326
+ * 外网上报地址
378
327
  注意:此字段可能返回 null,表示取不到有效值。
379
- */
328
+ */
380
329
  PublicCollectorURL: string
381
-
382
330
  /**
383
- * 自研VPC上报地址
331
+ * 自研VPC上报地址
384
332
  注意:此字段可能返回 null,表示取不到有效值。
385
- */
333
+ */
386
334
  InnerCollectorURL: string
387
-
388
335
  /**
389
- * 内网上报地址(Private Link上报地址)
336
+ * 内网上报地址(Private Link上报地址)
390
337
  注意:此字段可能返回 null,表示取不到有效值。
391
- */
338
+ */
392
339
  PrivateLinkCollectorURL: string
393
340
  }
394
341
 
@@ -400,7 +347,6 @@ export interface ApmMetricRecord {
400
347
  * field数组
401
348
  */
402
349
  Fields: Array<ApmField>
403
-
404
350
  /**
405
351
  * tag数组
406
352
  */
@@ -415,42 +361,34 @@ export interface DescribeServiceOverviewRequest {
415
361
  * 过滤条件
416
362
  */
417
363
  Filters: Array<Filter>
418
-
419
364
  /**
420
365
  * 指标列表
421
366
  */
422
367
  Metrics: Array<QueryMetricItem>
423
-
424
368
  /**
425
369
  * 聚合维度
426
370
  */
427
371
  GroupBy: Array<string>
428
-
429
372
  /**
430
373
  * 排序
431
374
  */
432
375
  OrderBy?: OrderBy
433
-
434
376
  /**
435
377
  * 实例ID
436
378
  */
437
379
  InstanceId?: string
438
-
439
380
  /**
440
381
  * 每页大小
441
382
  */
442
383
  Limit?: number
443
-
444
384
  /**
445
385
  * 开始时间
446
386
  */
447
387
  StartTime?: number
448
-
449
388
  /**
450
389
  * 分页起始点
451
390
  */
452
391
  Offset?: number
453
-
454
392
  /**
455
393
  * 结束时间
456
394
  */
@@ -462,11 +400,10 @@ export interface DescribeServiceOverviewRequest {
462
400
  */
463
401
  export interface DescribeApmAgentResponse {
464
402
  /**
465
- * Agent信息
403
+ * Agent信息
466
404
  注意:此字段可能返回 null,表示取不到有效值。
467
- */
405
+ */
468
406
  ApmAgent: ApmAgentInfo
469
-
470
407
  /**
471
408
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
472
409
  */
@@ -478,38 +415,33 @@ export interface DescribeApmAgentResponse {
478
415
  */
479
416
  export interface ApmField {
480
417
  /**
481
- * 昨日同比指标值,已弃用,不建议使用
418
+ * 昨日同比指标值,已弃用,不建议使用
482
419
  注意:此字段可能返回 null,表示取不到有效值。
483
- */
420
+ */
484
421
  CompareVal: string
485
-
486
422
  /**
487
- * Compare值结果数组,推荐使用
423
+ * Compare值结果数组,推荐使用
488
424
  注意:此字段可能返回 null,表示取不到有效值。
489
- */
425
+ */
490
426
  CompareVals: Array<APMKVItem>
491
-
492
427
  /**
493
- * 指标值
428
+ * 指标值
494
429
  注意:此字段可能返回 null,表示取不到有效值。
495
- */
430
+ */
496
431
  Value: number
497
-
498
432
  /**
499
- * 指标所对应的单位
433
+ * 指标所对应的单位
500
434
  注意:此字段可能返回 null,表示取不到有效值。
501
- */
435
+ */
502
436
  Unit: string
503
-
504
437
  /**
505
438
  * 请求数
506
439
  */
507
440
  Key: string
508
-
509
441
  /**
510
- * 同环比上周期具体数值
442
+ * 同环比上周期具体数值
511
443
  注意:此字段可能返回 null,表示取不到有效值。
512
- */
444
+ */
513
445
  LastPeriodValue: Array<APMKV>
514
446
  }
515
447
 
@@ -521,27 +453,23 @@ export interface Line {
521
453
  * 指标名
522
454
  */
523
455
  MetricName: string
524
-
525
456
  /**
526
457
  * 指标中文名
527
458
  */
528
459
  MetricNameCN: string
529
-
530
460
  /**
531
461
  * 时间序列
532
462
  */
533
463
  TimeSerial: Array<number>
534
-
535
464
  /**
536
- * 数据序列
465
+ * 数据序列
537
466
  注意:此字段可能返回 null,表示取不到有效值。
538
- */
467
+ */
539
468
  DataSerial: Array<number>
540
-
541
469
  /**
542
- * 维度列表
470
+ * 维度列表
543
471
  注意:此字段可能返回 null,表示取不到有效值。
544
- */
472
+ */
545
473
  Tags: Array<ApmTag>
546
474
  }
547
475
 
@@ -550,15 +478,14 @@ export interface Line {
550
478
  */
551
479
  export interface APMKVItem {
552
480
  /**
553
- * Key值定义
481
+ * Key值定义
554
482
  注意:此字段可能返回 null,表示取不到有效值。
555
- */
483
+ */
556
484
  Key: string
557
-
558
485
  /**
559
- * Value值定义
486
+ * Value值定义
560
487
  注意:此字段可能返回 null,表示取不到有效值。
561
- */
488
+ */
562
489
  Value: string
563
490
  }
564
491
 
@@ -570,7 +497,6 @@ export interface OrderBy {
570
497
  * 需要排序的字段
571
498
  */
572
499
  Key: string
573
-
574
500
  /**
575
501
  * 顺序排序/倒序排序
576
502
  */
@@ -582,17 +508,15 @@ export interface OrderBy {
582
508
  */
583
509
  export interface DescribeMetricRecordsResponse {
584
510
  /**
585
- * 指标结果集
511
+ * 指标结果集
586
512
  注意:此字段可能返回 null,表示取不到有效值。
587
- */
513
+ */
588
514
  Records: Array<ApmMetricRecord>
589
-
590
515
  /**
591
- * 查询指标结果集条数
516
+ * 查询指标结果集条数
592
517
  注意:此字段可能返回 null,表示取不到有效值。
593
- */
518
+ */
594
519
  TotalCount: number
595
-
596
520
  /**
597
521
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
598
522
  */
@@ -607,7 +531,6 @@ export interface ApmTag {
607
531
  * 维度Key(列名,标签Key)
608
532
  */
609
533
  Key: string
610
-
611
534
  /**
612
535
  * 维度值(标签值)
613
536
  */
@@ -622,12 +545,10 @@ export interface Filter {
622
545
  * 过滤方式(=, !=, in)
623
546
  */
624
547
  Type: string
625
-
626
548
  /**
627
549
  * 过滤维度名
628
550
  */
629
551
  Key: string
630
-
631
552
  /**
632
553
  * 过滤值,in过滤方式用逗号分割多个值
633
554
  */
@@ -639,15 +560,14 @@ export interface Filter {
639
560
  */
640
561
  export interface APMKV {
641
562
  /**
642
- * Key值定义
563
+ * Key值定义
643
564
  注意:此字段可能返回 null,表示取不到有效值。
644
- */
565
+ */
645
566
  Key: string
646
-
647
567
  /**
648
- * Value值定义
568
+ * Value值定义
649
569
  注意:此字段可能返回 null,表示取不到有效值。
650
- */
570
+ */
651
571
  Value: number
652
572
  }
653
573
 
@@ -659,22 +579,18 @@ export interface DescribeApmAgentRequest {
659
579
  * 实例ID
660
580
  */
661
581
  InstanceId: string
662
-
663
582
  /**
664
583
  * 接入方式
665
584
  */
666
585
  AgentType?: string
667
-
668
586
  /**
669
587
  * 环境
670
588
  */
671
589
  NetworkMode?: string
672
-
673
590
  /**
674
591
  * 语言
675
592
  */
676
593
  LanguageEnvironment?: string
677
-
678
594
  /**
679
595
  * 上报方式
680
596
  */
@@ -689,57 +605,46 @@ export interface DescribeMetricRecordsRequest {
689
605
  * 过滤条件
690
606
  */
691
607
  Filters: Array<Filter>
692
-
693
608
  /**
694
609
  * 指标列表
695
610
  */
696
611
  Metrics: Array<QueryMetricItem>
697
-
698
612
  /**
699
613
  * 聚合维度
700
614
  */
701
615
  GroupBy: Array<string>
702
-
703
616
  /**
704
617
  * 排序
705
618
  */
706
619
  OrderBy?: OrderBy
707
-
708
620
  /**
709
621
  * 实例ID
710
622
  */
711
623
  InstanceId?: string
712
-
713
624
  /**
714
625
  * 每页大小
715
626
  */
716
627
  Limit?: number
717
-
718
628
  /**
719
629
  * 开始时间
720
630
  */
721
631
  StartTime?: number
722
-
723
632
  /**
724
633
  * 分页起始点
725
634
  */
726
635
  Offset?: number
727
-
728
636
  /**
729
637
  * 结束时间
730
638
  */
731
639
  EndTime?: number
732
-
733
640
  /**
734
641
  * 业务名称(默认值:taw)
735
642
  */
736
643
  BusinessName?: string
737
-
738
644
  /**
739
645
  * 页码
740
646
  */
741
647
  PageIndex?: number
742
-
743
648
  /**
744
649
  * 页长
745
650
  */
@@ -751,7 +656,7 @@ export interface DescribeMetricRecordsRequest {
751
656
  */
752
657
  export interface DescribeGeneralMetricDataRequest {
753
658
  /**
754
- * 要过滤的维度信息:
659
+ * 要过滤的维度信息:
755
660
  service_metric视图支持:service.name(服务名)、span.kind(客户端/服务端视角)为维度进行过滤,service.name(服务名)必填。
756
661
  span.kind:
757
662
  server:服务端视角
@@ -759,60 +664,51 @@ span.kind:
759
664
  默认为服务端视角进行查询。
760
665
  runtime_metric视图支持:service.name(服务名)维度进行过滤,service.name(服务名)必填。
761
666
  sql_metric视图支持:service.name(服务名)、db.instance(数据库名称)、db.ip(数据库实例ip)维度进行过滤,查询service_slow_sql_count(慢sql)指标时service.name必填,查询sql_duration_avg(耗时)指标时db.instance(数据库名称)必填。
762
- */
667
+ */
763
668
  Filters: Array<GeneralFilter>
764
-
765
669
  /**
766
- * 需要查询的指标,不可自定义输入。
670
+ * 需要查询的指标,不可自定义输入。
767
671
  service_metric视图支持:service_request_count(总请求)、service_duration(平均响应时间)、service_error_req_rate(平均错误率)、service_slow_call_count(慢调用)、service_error_request_count(异常数量)。
768
672
  runtime_metric视图支持:service_gc_full_count(Full GC)。
769
673
  sql_metric视图支持:service_slow_sql_count(慢sql)、sql_duration_avg(耗时)。
770
- */
674
+ */
771
675
  Metrics: Array<string>
772
-
773
676
  /**
774
677
  * 业务系统ID
775
678
  */
776
679
  InstanceId: string
777
-
778
680
  /**
779
681
  * 视图名称,不可自定义输入。支持:service_metric、runtime_metric、sql_metric。
780
682
  */
781
683
  ViewName: string
782
-
783
684
  /**
784
- * 聚合维度:
685
+ * 聚合维度:
785
686
  service_metric视图支持:service.name(服务名)、span.kind (客户端/服务端视角)维度进行聚合,service.name(服务名)必填。
786
687
  runtime_metric视图支持:service.name(服务名)维度进行聚合,service.name(服务名)必填。
787
688
  sql_metric视图支持:service.name(服务名)、db.statement(sql语句)维度进行聚合,查询service_slow_sql_count(慢sql)时service.name(服务名)必填,查询sql_duration_avg(耗时)指标时service.name(服务名)、db.statement(sql语句)必填。
788
- */
689
+ */
789
690
  GroupBy?: Array<string>
790
-
791
691
  /**
792
692
  * 起始时间的时间戳,单位为秒,只支持查询2天内最多1小时的指标数据。
793
693
  */
794
694
  StartTime?: number
795
-
796
695
  /**
797
696
  * 结束时间的时间戳,单位为秒,只支持查询2天内最多1小时的指标数据。
798
697
  */
799
698
  EndTime?: number
800
-
801
699
  /**
802
700
  * 聚合粒度,单位为秒,最小为60s,即一分钟的聚合粒度;如果为空或0则计算开始时间到截止时间的指标数据,上报其他值会报错。
803
701
  */
804
702
  Period?: number
805
-
806
703
  /**
807
- * 对查询指标进行排序:
704
+ * 对查询指标进行排序:
808
705
  service_metric视图支持:service_request_count(总请求)、service_duration(平均响应时间)、service_error_req_rate(平均错误率)、service_slow_call_count(慢调用)、service_error_request_count(异常数量)。
809
706
  runtime_metric视图支持:service_gc_full_count(Full GC)。
810
707
  sql_metric视图支持:service_slow_sql_count(慢sql)、sql_duration_avg(耗时)。
811
708
  asc:对查询指标进行升序排序
812
709
  desc:对查询指标进行降序排序
813
- */
710
+ */
814
711
  OrderBy?: OrderBy
815
-
816
712
  /**
817
713
  * 查询指标的限制条数,目前最多展示50条数据,PageSize取值为1-50,上送PageSize则根据PageSize的值展示限制条数。
818
714
  */
@@ -824,11 +720,10 @@ desc:对查询指标进行降序排序
824
720
  */
825
721
  export interface CreateApmInstanceResponse {
826
722
  /**
827
- * 实例ID
723
+ * 实例ID
828
724
  注意:此字段可能返回 null,表示取不到有效值。
829
- */
725
+ */
830
726
  InstanceId: string
831
-
832
727
  /**
833
728
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
834
729
  */
@@ -853,7 +748,6 @@ export interface GeneralFilter {
853
748
  * 过滤维度名
854
749
  */
855
750
  Key: string
856
-
857
751
  /**
858
752
  * 过滤值
859
753
  */
@@ -868,17 +762,14 @@ export interface DescribeApmInstancesRequest {
868
762
  * Tag列表
869
763
  */
870
764
  Tags?: Array<ApmTag>
871
-
872
765
  /**
873
766
  * 搜索实例名
874
767
  */
875
768
  InstanceName?: string
876
-
877
769
  /**
878
770
  * 过滤实例ID
879
771
  */
880
772
  InstanceIds?: Array<string>
881
-
882
773
  /**
883
774
  * 是否查询官方demo实例
884
775
  */
@@ -890,11 +781,10 @@ export interface DescribeApmInstancesRequest {
890
781
  */
891
782
  export interface DescribeGeneralMetricDataResponse {
892
783
  /**
893
- * 指标结果集
784
+ * 指标结果集
894
785
  注意:此字段可能返回 null,表示取不到有效值。
895
- */
786
+ */
896
787
  Records: Array<Line>
897
-
898
788
  /**
899
789
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
900
790
  */