tencentcloud-sdk-apm 3.0.971 → 3.0.972
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210622/client.rb +1 -1
- data/lib/v20210622/models.rb +62 -138
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7648edf5ebdc40dfb99b0d93c3146a2d06d1958
|
4
|
+
data.tar.gz: 7e61723ec23a3c17beea5d29272479987aeb4b0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1adbbae96a9c72d3a1435de02c82bf976b85424cde8f3233b25269b9bc1370e3da0dd1a81b2ebea4f7f4bacee88c5d73e2676713cc397b3b2c647d6df2ba466
|
7
|
+
data.tar.gz: 9e2364bcec72f0e885365275b9492bf6fe581b97a33062f96403a1944208d426b770c1b6bc1e0ddc8147559e5dab5c868a07e30b9cc0726a41bcb9b1acfe897b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.972
|
data/lib/v20210622/client.rb
CHANGED
@@ -77,7 +77,7 @@ module TencentCloud
|
|
77
77
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
78
78
|
end
|
79
79
|
|
80
|
-
# APM
|
80
|
+
# 拉取 APM 业务系统列表
|
81
81
|
|
82
82
|
# @param request: Request instance for DescribeApmInstances.
|
83
83
|
# @type request: :class:`Tencentcloud::apm::V20210622::DescribeApmInstancesRequest`
|
data/lib/v20210622/models.rb
CHANGED
@@ -17,13 +17,11 @@
|
|
17
17
|
module TencentCloud
|
18
18
|
module Apm
|
19
19
|
module V20210622
|
20
|
-
# APM浮点数类型键值对
|
20
|
+
# APM 浮点数类型键值对
|
21
21
|
class APMKV < TencentCloud::Common::AbstractModel
|
22
|
-
# @param Key: Key值定义
|
23
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22
|
+
# @param Key: Key 值定义
|
24
23
|
# @type Key: String
|
25
|
-
# @param Value: Value值定义
|
26
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24
|
+
# @param Value: Value 值定义
|
27
25
|
# @type Value: Float
|
28
26
|
|
29
27
|
attr_accessor :Key, :Value
|
@@ -39,13 +37,11 @@ module TencentCloud
|
|
39
37
|
end
|
40
38
|
end
|
41
39
|
|
42
|
-
#
|
40
|
+
# APM 通用 KV 结构
|
43
41
|
class APMKVItem < TencentCloud::Common::AbstractModel
|
44
|
-
# @param Key: Key值定义
|
45
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42
|
+
# @param Key: Key 值定义
|
46
43
|
# @type Key: String
|
47
|
-
# @param Value: Value值定义
|
48
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
44
|
+
# @param Value: Value 值定义
|
49
45
|
# @type Value: String
|
50
46
|
|
51
47
|
attr_accessor :Key, :Value
|
@@ -61,25 +57,19 @@ module TencentCloud
|
|
61
57
|
end
|
62
58
|
end
|
63
59
|
|
64
|
-
#
|
60
|
+
# APM Agent 信息
|
65
61
|
class ApmAgentInfo < TencentCloud::Common::AbstractModel
|
66
|
-
# @param AgentDownloadURL: Agent下载地址
|
67
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
62
|
+
# @param AgentDownloadURL: Agent 下载地址
|
68
63
|
# @type AgentDownloadURL: String
|
69
|
-
# @param CollectorURL: Collector上报地址
|
70
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
64
|
+
# @param CollectorURL: Collector 上报地址
|
71
65
|
# @type CollectorURL: String
|
72
|
-
# @param Token: Token信息
|
73
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
66
|
+
# @param Token: Token 信息
|
74
67
|
# @type Token: String
|
75
68
|
# @param PublicCollectorURL: 外网上报地址
|
76
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
77
69
|
# @type PublicCollectorURL: String
|
78
|
-
# @param InnerCollectorURL: 自研VPC上报地址
|
79
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
70
|
+
# @param InnerCollectorURL: 自研 VPC 上报地址
|
80
71
|
# @type InnerCollectorURL: String
|
81
|
-
# @param PrivateLinkCollectorURL: 内网上报地址(Private Link上报地址)
|
82
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
72
|
+
# @param PrivateLinkCollectorURL: 内网上报地址( Private Link 上报地址)
|
83
73
|
# @type PrivateLinkCollectorURL: String
|
84
74
|
|
85
75
|
attr_accessor :AgentDownloadURL, :CollectorURL, :Token, :PublicCollectorURL, :InnerCollectorURL, :PrivateLinkCollectorURL
|
@@ -105,7 +95,7 @@ module TencentCloud
|
|
105
95
|
|
106
96
|
# 应用相关的配置列表项
|
107
97
|
class ApmApplicationConfigView < TencentCloud::Common::AbstractModel
|
108
|
-
# @param InstanceKey: 业务系统ID
|
98
|
+
# @param InstanceKey: 业务系统 ID
|
109
99
|
# @type InstanceKey: String
|
110
100
|
# @param ServiceName: 应用名
|
111
101
|
# @type ServiceName: String
|
@@ -113,23 +103,21 @@ module TencentCloud
|
|
113
103
|
# @type OperationNameFilter: String
|
114
104
|
# @param ExceptionFilter: 错误类型过滤
|
115
105
|
# @type ExceptionFilter: String
|
116
|
-
# @param ErrorCodeFilter: HTTP状态码过滤
|
106
|
+
# @param ErrorCodeFilter: HTTP 状态码过滤
|
117
107
|
# @type ErrorCodeFilter: String
|
118
108
|
# @param EventEnable: 应用诊断开关(已废弃)
|
119
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
120
109
|
# @type EventEnable: Boolean
|
121
|
-
# @param UrlConvergenceSwitch: URL收敛开关 0 关 1 开
|
110
|
+
# @param UrlConvergenceSwitch: URL 收敛开关 0 关 1 开
|
122
111
|
# @type UrlConvergenceSwitch: Integer
|
123
|
-
# @param UrlConvergenceThreshold: URL收敛阈值
|
112
|
+
# @param UrlConvergenceThreshold: URL 收敛阈值
|
124
113
|
# @type UrlConvergenceThreshold: Integer
|
125
|
-
# @param UrlConvergence: URL收敛规则正则
|
114
|
+
# @param UrlConvergence: URL 收敛规则正则
|
126
115
|
# @type UrlConvergence: String
|
127
|
-
# @param UrlExclude: URL排除规则正则
|
116
|
+
# @param UrlExclude: URL 排除规则正则
|
128
117
|
# @type UrlExclude: String
|
129
118
|
# @param IsRelatedLog: 是否开启日志 0 关 1 开
|
130
119
|
# @type IsRelatedLog: Integer
|
131
120
|
# @param LogSource: 日志源
|
132
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
133
121
|
# @type LogSource: String
|
134
122
|
# @param LogSet: 日志集
|
135
123
|
# @type LogSet: String
|
@@ -142,7 +130,6 @@ module TencentCloud
|
|
142
130
|
# @param AgentEnable: 探针总开关
|
143
131
|
# @type AgentEnable: Boolean
|
144
132
|
# @param InstrumentList: 组件列表开关(已废弃)
|
145
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
146
133
|
# @type InstrumentList: Array
|
147
134
|
# @param TraceSquash: 链路压缩开关(已废弃)
|
148
135
|
# @type TraceSquash: Boolean
|
@@ -204,16 +191,13 @@ module TencentCloud
|
|
204
191
|
# 指标维度信息
|
205
192
|
class ApmField < TencentCloud::Common::AbstractModel
|
206
193
|
# @param CompareVal: 昨日同比指标值,已弃用,不建议使用
|
207
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
208
194
|
# @type CompareVal: String
|
209
195
|
# @param CompareVals: Compare值结果数组,推荐使用
|
210
196
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
211
197
|
# @type CompareVals: Array
|
212
198
|
# @param Value: 指标值
|
213
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
214
199
|
# @type Value: Float
|
215
200
|
# @param Unit: 指标所对应的单位
|
216
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
217
201
|
# @type Unit: String
|
218
202
|
# @param Key: 请求数
|
219
203
|
# @type Key: String
|
@@ -256,115 +240,81 @@ module TencentCloud
|
|
256
240
|
end
|
257
241
|
end
|
258
242
|
|
259
|
-
#
|
243
|
+
# APM 业务系统信息
|
260
244
|
class ApmInstanceDetail < TencentCloud::Common::AbstractModel
|
261
|
-
# @param AmountOfUsedStorage: 存储使用量(MB)
|
262
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
245
|
+
# @param AmountOfUsedStorage: 存储使用量( MB )
|
263
246
|
# @type AmountOfUsedStorage: Float
|
264
|
-
# @param Name:
|
265
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
247
|
+
# @param Name: 业务系统名
|
266
248
|
# @type Name: String
|
267
|
-
# @param Tags:
|
268
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
249
|
+
# @param Tags: 业务系统所属 Tag 列表
|
269
250
|
# @type Tags: Array
|
270
|
-
# @param InstanceId:
|
251
|
+
# @param InstanceId: 业务系统 ID
|
271
252
|
# @type InstanceId: String
|
272
|
-
# @param CreateUin: 创建人Uin
|
273
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
253
|
+
# @param CreateUin: 创建人 Uin
|
274
254
|
# @type CreateUin: String
|
275
|
-
# @param ServiceCount:
|
276
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
255
|
+
# @param ServiceCount: 该业务系统已上报的服务端应用数量
|
277
256
|
# @type ServiceCount: Integer
|
278
|
-
# @param CountOfReportSpanPerDay: 日均上报Span数
|
279
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
257
|
+
# @param CountOfReportSpanPerDay: 日均上报 Span 数
|
280
258
|
# @type CountOfReportSpanPerDay: Integer
|
281
|
-
# @param AppId:
|
259
|
+
# @param AppId: AppID 信息
|
282
260
|
# @type AppId: Integer
|
283
|
-
# @param TraceDuration: Trace数据保存时长
|
284
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
261
|
+
# @param TraceDuration: Trace 数据保存时长
|
285
262
|
# @type TraceDuration: Integer
|
286
|
-
# @param Description:
|
287
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
263
|
+
# @param Description: 业务系统描述信息
|
288
264
|
# @type Description: String
|
289
|
-
# @param Status:
|
290
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
265
|
+
# @param Status: 业务系统状态
|
291
266
|
# @type Status: Integer
|
292
|
-
# @param Region:
|
293
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
267
|
+
# @param Region: 业务系统所属地域
|
294
268
|
# @type Region: String
|
295
|
-
# @param SpanDailyCounters:
|
296
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
269
|
+
# @param SpanDailyCounters: 业务系统上报额度
|
297
270
|
# @type SpanDailyCounters: Integer
|
298
|
-
# @param BillingInstance:
|
299
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
271
|
+
# @param BillingInstance: 业务系统是否开通计费
|
300
272
|
# @type BillingInstance: Integer
|
301
273
|
# @param ErrRateThreshold: 错误率阈值
|
302
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
303
274
|
# @type ErrRateThreshold: Integer
|
304
275
|
# @param SampleRate: 采样率阈值
|
305
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
306
276
|
# @type SampleRate: Integer
|
307
277
|
# @param ErrorSample: 是否开启错误采样 0 关 1 开
|
308
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
309
278
|
# @type ErrorSample: Integer
|
310
279
|
# @param SlowRequestSavedThreshold: 慢调用保存阈值
|
311
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
312
280
|
# @type SlowRequestSavedThreshold: Integer
|
313
|
-
# @param LogRegion:
|
314
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
281
|
+
# @param LogRegion: CLS 日志所在地域
|
315
282
|
# @type LogRegion: String
|
316
283
|
# @param LogSource: 日志来源
|
317
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
318
284
|
# @type LogSource: String
|
319
285
|
# @param IsRelatedLog: 日志功能开关 0 关 | 1 开
|
320
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
321
286
|
# @type IsRelatedLog: Integer
|
322
287
|
# @param LogTopicID: 日志主题ID
|
323
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
324
288
|
# @type LogTopicID: String
|
325
289
|
# @param ClientCount: 该实例已上报的客户端应用数量
|
326
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
327
290
|
# @type ClientCount: Integer
|
328
291
|
# @param TotalCount: 该实例已上报的总应用数量
|
329
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
330
292
|
# @type TotalCount: Integer
|
331
|
-
# @param LogSet: CLS日志集 | ES集群ID
|
332
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
293
|
+
# @param LogSet: CLS 日志集 | ES 集群ID
|
333
294
|
# @type LogSet: String
|
334
|
-
# @param MetricDuration: Metric数据保存时长
|
335
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
295
|
+
# @param MetricDuration: Metric 数据保存时长
|
336
296
|
# @type MetricDuration: Integer
|
337
297
|
# @param CustomShowTags: 用户自定义展示标签列表
|
338
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
339
298
|
# @type CustomShowTags: Array
|
340
|
-
# @param PayMode:
|
299
|
+
# @param PayMode: 业务系统计费模式
|
341
300
|
# 1为预付费
|
342
301
|
# 0为按量付费
|
343
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
344
302
|
# @type PayMode: Integer
|
345
|
-
# @param PayModeEffective:
|
346
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
303
|
+
# @param PayModeEffective: 业务系统计费模式是否生效
|
347
304
|
# @type PayModeEffective: Boolean
|
348
305
|
# @param ResponseDurationWarningThreshold: 响应时间满意阈值
|
349
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
350
306
|
# @type ResponseDurationWarningThreshold: Integer
|
351
307
|
# @param Free: 是否免费(0=否,1=限额免费,2=完全免费),默认0
|
352
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
353
308
|
# @type Free: Integer
|
354
|
-
# @param DefaultTSF: 是否tsf默认业务系统(0=否,1-是)
|
355
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
309
|
+
# @param DefaultTSF: 是否 tsf 默认业务系统(0=否,1-是)
|
356
310
|
# @type DefaultTSF: Integer
|
357
|
-
# @param IsRelatedDashboard: 是否关联
|
358
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
311
|
+
# @param IsRelatedDashboard: 是否关联 Dashboard: 0 关 1 开
|
359
312
|
# @type IsRelatedDashboard: Integer
|
360
|
-
# @param DashboardTopicID:
|
361
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
313
|
+
# @param DashboardTopicID: Dashboard ID
|
362
314
|
# @type DashboardTopicID: String
|
363
315
|
# @param IsInstrumentationVulnerabilityScan: 是否开启组件漏洞检测
|
364
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
365
316
|
# @type IsInstrumentationVulnerabilityScan: Integer
|
366
|
-
# @param IsSqlInjectionAnalysis: 是否开启SQL注入分析
|
367
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
317
|
+
# @param IsSqlInjectionAnalysis: 是否开启 SQL 注入分析
|
368
318
|
# @type IsSqlInjectionAnalysis: Integer
|
369
319
|
|
370
320
|
attr_accessor :AmountOfUsedStorage, :Name, :Tags, :InstanceId, :CreateUin, :ServiceCount, :CountOfReportSpanPerDay, :AppId, :TraceDuration, :Description, :Status, :Region, :SpanDailyCounters, :BillingInstance, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :LogRegion, :LogSource, :IsRelatedLog, :LogTopicID, :ClientCount, :TotalCount, :LogSet, :MetricDuration, :CustomShowTags, :PayMode, :PayModeEffective, :ResponseDurationWarningThreshold, :Free, :DefaultTSF, :IsRelatedDashboard, :DashboardTopicID, :IsInstrumentationVulnerabilityScan, :IsSqlInjectionAnalysis
|
@@ -515,7 +465,7 @@ module TencentCloud
|
|
515
465
|
# @type Name: String
|
516
466
|
# @param Description: 业务系统描述信息
|
517
467
|
# @type Description: String
|
518
|
-
# @param TraceDuration: Trace数据保存时长,单位为天默认存储为3天
|
468
|
+
# @param TraceDuration: Trace 数据保存时长,单位为天默认存储为3天
|
519
469
|
# @type TraceDuration: Integer
|
520
470
|
# @param Tags: 标签列表
|
521
471
|
# @type Tags: Array
|
@@ -523,7 +473,7 @@ module TencentCloud
|
|
523
473
|
# @type SpanDailyCounters: Integer
|
524
474
|
# @param PayMode: 业务系统的计费模式
|
525
475
|
# @type PayMode: Integer
|
526
|
-
# @param Free: (0=付费版;1=tsf受限免费版;2=免费版)
|
476
|
+
# @param Free: (0=付费版;1=tsf 受限免费版;2=免费版)
|
527
477
|
# @type Free: Integer
|
528
478
|
|
529
479
|
attr_accessor :Name, :Description, :TraceDuration, :Tags, :SpanDailyCounters, :PayMode, :Free
|
@@ -558,8 +508,7 @@ module TencentCloud
|
|
558
508
|
|
559
509
|
# CreateApmInstance返回参数结构体
|
560
510
|
class CreateApmInstanceResponse < TencentCloud::Common::AbstractModel
|
561
|
-
# @param InstanceId: 业务系统ID
|
562
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
511
|
+
# @param InstanceId: 业务系统 ID
|
563
512
|
# @type InstanceId: String
|
564
513
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
565
514
|
# @type RequestId: String
|
@@ -579,7 +528,7 @@ module TencentCloud
|
|
579
528
|
|
580
529
|
# DescribeApmAgent请求参数结构体
|
581
530
|
class DescribeApmAgentRequest < TencentCloud::Common::AbstractModel
|
582
|
-
# @param InstanceId: 业务系统ID
|
531
|
+
# @param InstanceId: 业务系统 ID
|
583
532
|
# @type InstanceId: String
|
584
533
|
# @param AgentType: 接入方式
|
585
534
|
# @type AgentType: String
|
@@ -611,8 +560,7 @@ module TencentCloud
|
|
611
560
|
|
612
561
|
# DescribeApmAgent返回参数结构体
|
613
562
|
class DescribeApmAgentResponse < TencentCloud::Common::AbstractModel
|
614
|
-
# @param ApmAgent: Agent信息
|
615
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
563
|
+
# @param ApmAgent: Agent 信息
|
616
564
|
# @type ApmAgent: :class:`Tencentcloud::Apm.v20210622.models.ApmAgentInfo`
|
617
565
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
618
566
|
# @type RequestId: String
|
@@ -635,15 +583,15 @@ module TencentCloud
|
|
635
583
|
|
636
584
|
# DescribeApmInstances请求参数结构体
|
637
585
|
class DescribeApmInstancesRequest < TencentCloud::Common::AbstractModel
|
638
|
-
# @param Tags: Tag列表
|
586
|
+
# @param Tags: Tag 列表
|
639
587
|
# @type Tags: Array
|
640
|
-
# @param InstanceName:
|
588
|
+
# @param InstanceName: 搜索业务系统名
|
641
589
|
# @type InstanceName: String
|
642
|
-
# @param InstanceIds:
|
590
|
+
# @param InstanceIds: 过滤业务系统 ID
|
643
591
|
# @type InstanceIds: Array
|
644
|
-
# @param DemoInstanceFlag: 是否查询官方
|
592
|
+
# @param DemoInstanceFlag: 是否查询官方 Demo 业务系统
|
645
593
|
# @type DemoInstanceFlag: Integer
|
646
|
-
# @param AllRegionsFlag:
|
594
|
+
# @param AllRegionsFlag: 是否查询全地域业务系统
|
647
595
|
# @type AllRegionsFlag: Integer
|
648
596
|
|
649
597
|
attr_accessor :Tags, :InstanceName, :InstanceIds, :DemoInstanceFlag, :AllRegionsFlag
|
@@ -674,8 +622,7 @@ module TencentCloud
|
|
674
622
|
|
675
623
|
# DescribeApmInstances返回参数结构体
|
676
624
|
class DescribeApmInstancesResponse < TencentCloud::Common::AbstractModel
|
677
|
-
# @param Instances:
|
678
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
625
|
+
# @param Instances: APM 业务系统列表
|
679
626
|
# @type Instances: Array
|
680
627
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
681
628
|
# @type RequestId: String
|
@@ -812,7 +759,6 @@ module TencentCloud
|
|
812
759
|
# DescribeGeneralMetricData返回参数结构体
|
813
760
|
class DescribeGeneralMetricDataResponse < TencentCloud::Common::AbstractModel
|
814
761
|
# @param Records: 指标结果集
|
815
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
816
762
|
# @type Records: Array
|
817
763
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
818
764
|
# @type RequestId: String
|
@@ -845,15 +791,15 @@ module TencentCloud
|
|
845
791
|
# @type Limit: Integer
|
846
792
|
# @param OrderBy: 排序
|
847
793
|
# @type OrderBy: :class:`Tencentcloud::Apm.v20210622.models.OrderBy`
|
848
|
-
# @param StartTime:
|
794
|
+
# @param StartTime: Span查询开始时间戳(单位:秒)
|
849
795
|
# @type StartTime: Integer
|
850
|
-
# @param InstanceId: 业务系统ID
|
796
|
+
# @param InstanceId: 业务系统 ID
|
851
797
|
# @type InstanceId: String
|
852
798
|
# @param Filters: 通用过滤参数
|
853
799
|
# @type Filters: Array
|
854
800
|
# @param BusinessName: 业务自身服务名
|
855
801
|
# @type BusinessName: String
|
856
|
-
# @param EndTime:
|
802
|
+
# @param EndTime: Span查询结束时间戳(单位:秒)
|
857
803
|
# @type EndTime: Integer
|
858
804
|
|
859
805
|
attr_accessor :Offset, :Limit, :OrderBy, :StartTime, :InstanceId, :Filters, :BusinessName, :EndTime
|
@@ -895,7 +841,7 @@ module TencentCloud
|
|
895
841
|
class DescribeGeneralSpanListResponse < TencentCloud::Common::AbstractModel
|
896
842
|
# @param TotalCount: 总数量
|
897
843
|
# @type TotalCount: Integer
|
898
|
-
# @param Spans: Span分页列表
|
844
|
+
# @param Spans: Span 分页列表
|
899
845
|
# @type Spans: Array
|
900
846
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
901
847
|
# @type RequestId: String
|
@@ -1017,10 +963,8 @@ module TencentCloud
|
|
1017
963
|
# DescribeMetricRecords返回参数结构体
|
1018
964
|
class DescribeMetricRecordsResponse < TencentCloud::Common::AbstractModel
|
1019
965
|
# @param Records: 指标结果集
|
1020
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1021
966
|
# @type Records: Array
|
1022
967
|
# @param TotalCount: 查询指标结果集条数
|
1023
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1024
968
|
# @type TotalCount: Integer
|
1025
969
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1026
970
|
# @type RequestId: String
|
@@ -1115,7 +1059,6 @@ module TencentCloud
|
|
1115
1059
|
# DescribeServiceOverview返回参数结构体
|
1116
1060
|
class DescribeServiceOverviewResponse < TencentCloud::Common::AbstractModel
|
1117
1061
|
# @param Records: 指标结果集
|
1118
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1119
1062
|
# @type Records: Array
|
1120
1063
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1121
1064
|
# @type RequestId: String
|
@@ -1217,13 +1160,10 @@ module TencentCloud
|
|
1217
1160
|
# 查询过滤参数
|
1218
1161
|
class Filter < TencentCloud::Common::AbstractModel
|
1219
1162
|
# @param Type: 过滤方式(=, !=, in)
|
1220
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1221
1163
|
# @type Type: String
|
1222
1164
|
# @param Key: 过滤维度名
|
1223
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1224
1165
|
# @type Key: String
|
1225
1166
|
# @param Value: 过滤值,in过滤方式用逗号分割多个值
|
1226
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1227
1167
|
# @type Value: String
|
1228
1168
|
|
1229
1169
|
attr_accessor :Type, :Key, :Value
|
@@ -1264,10 +1204,8 @@ module TencentCloud
|
|
1264
1204
|
# 组件
|
1265
1205
|
class Instrument < TencentCloud::Common::AbstractModel
|
1266
1206
|
# @param Name: 组件名称
|
1267
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1268
1207
|
# @type Name: String
|
1269
1208
|
# @param Enable: 组件开关
|
1270
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1271
1209
|
# @type Enable: Boolean
|
1272
1210
|
|
1273
1211
|
attr_accessor :Name, :Enable
|
@@ -1292,10 +1230,8 @@ module TencentCloud
|
|
1292
1230
|
# @param TimeSerial: 时间序列
|
1293
1231
|
# @type TimeSerial: Array
|
1294
1232
|
# @param DataSerial: 数据序列
|
1295
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1296
1233
|
# @type DataSerial: Array
|
1297
1234
|
# @param Tags: 维度列表
|
1298
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1299
1235
|
# @type Tags: Array
|
1300
1236
|
|
1301
1237
|
attr_accessor :MetricName, :MetricNameCN, :TimeSerial, :DataSerial, :Tags
|
@@ -1553,43 +1489,31 @@ module TencentCloud
|
|
1553
1489
|
end
|
1554
1490
|
end
|
1555
1491
|
|
1556
|
-
# Span对象
|
1492
|
+
# Span 对象
|
1557
1493
|
class Span < TencentCloud::Common::AbstractModel
|
1558
|
-
# @param TraceID: Trace
|
1559
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1494
|
+
# @param TraceID: Trace ID
|
1560
1495
|
# @type TraceID: String
|
1561
1496
|
# @param Logs: 日志
|
1562
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1563
1497
|
# @type Logs: Array
|
1564
1498
|
# @param Tags: 标签
|
1565
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1566
1499
|
# @type Tags: Array
|
1567
1500
|
# @param Process: 上报应用服务信息
|
1568
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1569
1501
|
# @type Process: :class:`Tencentcloud::Apm.v20210622.models.SpanProcess`
|
1570
1502
|
# @param Timestamp: 产生时间戳(毫秒)
|
1571
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1572
1503
|
# @type Timestamp: Integer
|
1573
|
-
# @param OperationName: Span名称
|
1574
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1504
|
+
# @param OperationName: Span 名称
|
1575
1505
|
# @type OperationName: String
|
1576
1506
|
# @param References: 关联关系
|
1577
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1578
1507
|
# @type References: Array
|
1579
1508
|
# @param StartTime: 产生时间戳(微秒)
|
1580
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1581
1509
|
# @type StartTime: Integer
|
1582
1510
|
# @param Duration: 持续耗时(微妙)
|
1583
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1584
1511
|
# @type Duration: Integer
|
1585
|
-
# @param SpanID: Span
|
1586
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1512
|
+
# @param SpanID: Span ID
|
1587
1513
|
# @type SpanID: String
|
1588
1514
|
# @param StartTimeMillis: 产生时间戳(毫秒)
|
1589
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1590
1515
|
# @type StartTimeMillis: Integer
|
1591
|
-
# @param ParentSpanID: Parent Span
|
1592
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1516
|
+
# @param ParentSpanID: Parent Span ID
|
1593
1517
|
# @type ParentSpanID: String
|
1594
1518
|
|
1595
1519
|
attr_accessor :TraceID, :Logs, :Tags, :Process, :Timestamp, :OperationName, :References, :StartTime, :Duration, :SpanID, :StartTimeMillis, :ParentSpanID
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-apm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.972
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|