tencentcloud-sdk-apm 3.0.556 → 3.0.557

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210622/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 540ca861e88a3bf8d3ea6abf1cf667ac07e4271c
4
- data.tar.gz: adfa5573322bd4980d132b124608a501c8dfcfa3
3
+ metadata.gz: c1fc73598c59739ce6194a620a64e9cd11b8d8a9
4
+ data.tar.gz: 8caa023eb2b86b9cdbc50b0444d0ab5874ce0882
5
5
  SHA512:
6
- metadata.gz: be5be9db7e0ce763632fadf97e1dacc9e2684e919f2eae1fd6dcc75c6cc13d9ffb0186f06069ae1a7cf0488569bd0697b7d1fbefb65171e46052f6581653d94d
7
- data.tar.gz: 010345632d71e54acf66a2c57d393e4ec60980858b49bc267c94707d36fe06108b178470f720a912745a74a78c2b040180823f10971a916f7cf75e23d670a66d
6
+ metadata.gz: c539b1de5c50074d8349ba7a49bd02459578b6b6226e86cf59990e76f69e576e953e03304c4eac73c263e9be35ed7d57fb0b7e5e7ed9a32e6572bfa0905e14ef
7
+ data.tar.gz: 20f5d37ce4ac11239e59507722d43dd1ddb21f51c6e5ad0448d3be452614643a2ea51127a67701231aaa57e400e2d28d903efbad6ec7fbf26a4d59edb2aa8a9d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.556
1
+ 3.0.557
@@ -230,10 +230,16 @@ module TencentCloud
230
230
  # @param TotalCount: 该实例已上报的总应用数量
231
231
  # 注意:此字段可能返回 null,表示取不到有效值。
232
232
  # @type TotalCount: Integer
233
+ # @param LogSet: CLS日志集 | ES集群ID
234
+ # 注意:此字段可能返回 null,表示取不到有效值。
235
+ # @type LogSet: String
236
+ # @param MetricDuration: Metric数据保存时长
237
+ # 注意:此字段可能返回 null,表示取不到有效值。
238
+ # @type MetricDuration: Integer
233
239
 
234
- 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
240
+ 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
235
241
 
236
- 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)
242
+ 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, logset=nil, metricduration=nil)
237
243
  @AmountOfUsedStorage = amountofusedstorage
238
244
  @Name = name
239
245
  @Tags = tags
@@ -258,6 +264,8 @@ module TencentCloud
258
264
  @LogTopicID = logtopicid
259
265
  @ClientCount = clientcount
260
266
  @TotalCount = totalcount
267
+ @LogSet = logset
268
+ @MetricDuration = metricduration
261
269
  end
262
270
 
263
271
  def deserialize(params)
@@ -292,6 +300,8 @@ module TencentCloud
292
300
  @LogTopicID = params['LogTopicID']
293
301
  @ClientCount = params['ClientCount']
294
302
  @TotalCount = params['TotalCount']
303
+ @LogSet = params['LogSet']
304
+ @MetricDuration = params['MetricDuration']
295
305
  end
296
306
  end
297
307
 
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.556
4
+ version: 3.0.557
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-20 00:00:00.000000000 Z
11
+ date: 2023-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common