tencentcloud-sdk-apm 1.0.335 → 1.0.338
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/models.rb +20 -6
- 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: 8b69e1a8b5783b5b76032c1f23efcd53cfe23e91
|
|
4
|
+
data.tar.gz: eb36714692607980280af4a415e29b39adbc25a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d4897b3e6032e39c9a08b52d59dc81237ed1b45ce1594fe48f3a5fd51230c3568560c4d94e0ded43154803da719d8c476c306203d9bd297fbf7e81e9f410ca9
|
|
7
|
+
data.tar.gz: 2e45bb7ce094f479091bf2a10070a6a0ab782be610ac5819160faec6a0d56437dec0fa2ce83057383a3877c57e81f454e4b501e0b72c4f7f533a9751a8f2c8ad
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.338
|
data/lib/v20210622/models.rb
CHANGED
|
@@ -140,7 +140,7 @@ module TencentCloud
|
|
|
140
140
|
# @param CreateUin: 创建人Uin
|
|
141
141
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
142
142
|
# @type CreateUin: String
|
|
143
|
-
# @param ServiceCount:
|
|
143
|
+
# @param ServiceCount: 该实例已上报的服务端应用数量
|
|
144
144
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
145
145
|
# @type ServiceCount: Integer
|
|
146
146
|
# @param CountOfReportSpanPerDay: 日均上报Span数
|
|
@@ -190,10 +190,16 @@ module TencentCloud
|
|
|
190
190
|
# @param LogTopicID: 日志主题ID
|
|
191
191
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
192
192
|
# @type LogTopicID: String
|
|
193
|
+
# @param ClientCount: 该实例已上报的客户端应用数量
|
|
194
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
195
|
+
# @type ClientCount: Integer
|
|
196
|
+
# @param TotalCount: 该实例已上报的总应用数量
|
|
197
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
198
|
+
# @type TotalCount: Integer
|
|
193
199
|
|
|
194
|
-
attr_accessor :AmountOfUsedStorage, :Name, :Tags, :InstanceId, :CreateUin, :ServiceCount, :CountOfReportSpanPerDay, :AppId, :TraceDuration, :Description, :Status, :Region, :SpanDailyCounters, :BillingInstance, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :LogRegion, :LogSource, :IsRelatedLog, :LogTopicID
|
|
200
|
+
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
|
|
195
201
|
|
|
196
|
-
def initialize(amountofusedstorage=nil, name=nil, tags=nil, instanceid=nil, createuin=nil, servicecount=nil, countofreportspanperday=nil, appid=nil, traceduration=nil, description=nil, status=nil, region=nil, spandailycounters=nil, billinginstance=nil, errratethreshold=nil, samplerate=nil, errorsample=nil, slowrequestsavedthreshold=nil, logregion=nil, logsource=nil, isrelatedlog=nil, logtopicid=nil)
|
|
202
|
+
def initialize(amountofusedstorage=nil, name=nil, tags=nil, instanceid=nil, createuin=nil, servicecount=nil, countofreportspanperday=nil, appid=nil, traceduration=nil, description=nil, status=nil, region=nil, spandailycounters=nil, billinginstance=nil, errratethreshold=nil, samplerate=nil, errorsample=nil, slowrequestsavedthreshold=nil, logregion=nil, logsource=nil, isrelatedlog=nil, logtopicid=nil, clientcount=nil, totalcount=nil)
|
|
197
203
|
@AmountOfUsedStorage = amountofusedstorage
|
|
198
204
|
@Name = name
|
|
199
205
|
@Tags = tags
|
|
@@ -216,6 +222,8 @@ module TencentCloud
|
|
|
216
222
|
@LogSource = logsource
|
|
217
223
|
@IsRelatedLog = isrelatedlog
|
|
218
224
|
@LogTopicID = logtopicid
|
|
225
|
+
@ClientCount = clientcount
|
|
226
|
+
@TotalCount = totalcount
|
|
219
227
|
end
|
|
220
228
|
|
|
221
229
|
def deserialize(params)
|
|
@@ -248,6 +256,8 @@ module TencentCloud
|
|
|
248
256
|
@LogSource = params['LogSource']
|
|
249
257
|
@IsRelatedLog = params['IsRelatedLog']
|
|
250
258
|
@LogTopicID = params['LogTopicID']
|
|
259
|
+
@ClientCount = params['ClientCount']
|
|
260
|
+
@TotalCount = params['TotalCount']
|
|
251
261
|
end
|
|
252
262
|
end
|
|
253
263
|
|
|
@@ -375,14 +385,17 @@ module TencentCloud
|
|
|
375
385
|
# @type NetworkMode: String
|
|
376
386
|
# @param LanguageEnvironment: 语言
|
|
377
387
|
# @type LanguageEnvironment: String
|
|
388
|
+
# @param ReportMethod: 上报方式
|
|
389
|
+
# @type ReportMethod: String
|
|
378
390
|
|
|
379
|
-
attr_accessor :InstanceId, :AgentType, :NetworkMode, :LanguageEnvironment
|
|
391
|
+
attr_accessor :InstanceId, :AgentType, :NetworkMode, :LanguageEnvironment, :ReportMethod
|
|
380
392
|
|
|
381
|
-
def initialize(instanceid=nil, agenttype=nil, networkmode=nil, languageenvironment=nil)
|
|
393
|
+
def initialize(instanceid=nil, agenttype=nil, networkmode=nil, languageenvironment=nil, reportmethod=nil)
|
|
382
394
|
@InstanceId = instanceid
|
|
383
395
|
@AgentType = agenttype
|
|
384
396
|
@NetworkMode = networkmode
|
|
385
397
|
@LanguageEnvironment = languageenvironment
|
|
398
|
+
@ReportMethod = reportmethod
|
|
386
399
|
end
|
|
387
400
|
|
|
388
401
|
def deserialize(params)
|
|
@@ -390,6 +403,7 @@ module TencentCloud
|
|
|
390
403
|
@AgentType = params['AgentType']
|
|
391
404
|
@NetworkMode = params['NetworkMode']
|
|
392
405
|
@LanguageEnvironment = params['LanguageEnvironment']
|
|
406
|
+
@ReportMethod = params['ReportMethod']
|
|
393
407
|
end
|
|
394
408
|
end
|
|
395
409
|
|
|
@@ -495,7 +509,7 @@ module TencentCloud
|
|
|
495
509
|
# @type Metrics: Array
|
|
496
510
|
# @param InstanceId: 实例ID
|
|
497
511
|
# @type InstanceId: String
|
|
498
|
-
# @param ViewName:
|
|
512
|
+
# @param ViewName: 视图名称,不可自定义输入。支持:service_metric
|
|
499
513
|
# @type ViewName: String
|
|
500
514
|
# @param GroupBy: 聚合维度,支持:service.name(服务名)、span.kind (客户端/服务端视角)维度进行聚合。
|
|
501
515
|
# @type GroupBy: Array
|
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: 1.0.
|
|
4
|
+
version: 1.0.338
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-06-
|
|
11
|
+
date: 2022-06-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|