tencentcloud-sdk-apm 3.0.904 → 3.0.905
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 +13 -4
- 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: c8b0779a6999ec0a95ebbc9ed251551402f7a604
|
4
|
+
data.tar.gz: e543813bd7e643438985248165c48b3e58b527eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88935a299d4759ff59aa27ff4ddb43b508e4025b0d1ccbd0d8e46781fc9a1949e28538bde7c4cb3b5078583eb671611d5a81b4864260b5e1c271279fcbcb98fa
|
7
|
+
data.tar.gz: b162eb2b1210831d96d55f789e51b95d291e131e478c2be7de258d779fb3f65181ee75b0b091bd71185a78aab558c8c89e67ae9a255c5789c2a0dde211f239e8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.905
|
data/lib/v20210622/models.rb
CHANGED
@@ -345,10 +345,13 @@ module TencentCloud
|
|
345
345
|
# @param PayModeEffective: 实例计费模式是否生效
|
346
346
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
347
347
|
# @type PayModeEffective: Boolean
|
348
|
+
# @param ResponseDurationWarningThreshold: 响应时间满意阈值
|
349
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
350
|
+
# @type ResponseDurationWarningThreshold: Integer
|
348
351
|
|
349
|
-
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
|
352
|
+
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
|
350
353
|
|
351
|
-
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, customshowtags=nil, paymode=nil, paymodeeffective=nil)
|
354
|
+
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, customshowtags=nil, paymode=nil, paymodeeffective=nil, responsedurationwarningthreshold=nil)
|
352
355
|
@AmountOfUsedStorage = amountofusedstorage
|
353
356
|
@Name = name
|
354
357
|
@Tags = tags
|
@@ -378,6 +381,7 @@ module TencentCloud
|
|
378
381
|
@CustomShowTags = customshowtags
|
379
382
|
@PayMode = paymode
|
380
383
|
@PayModeEffective = paymodeeffective
|
384
|
+
@ResponseDurationWarningThreshold = responsedurationwarningthreshold
|
381
385
|
end
|
382
386
|
|
383
387
|
def deserialize(params)
|
@@ -417,6 +421,7 @@ module TencentCloud
|
|
417
421
|
@CustomShowTags = params['CustomShowTags']
|
418
422
|
@PayMode = params['PayMode']
|
419
423
|
@PayModeEffective = params['PayModeEffective']
|
424
|
+
@ResponseDurationWarningThreshold = params['ResponseDurationWarningThreshold']
|
420
425
|
end
|
421
426
|
end
|
422
427
|
|
@@ -1336,10 +1341,12 @@ module TencentCloud
|
|
1336
1341
|
# 1为预付费
|
1337
1342
|
# 0为按量付费
|
1338
1343
|
# @type PayMode: Integer
|
1344
|
+
# @param ResponseDurationWarningThreshold: 响应时间满意阈值
|
1345
|
+
# @type ResponseDurationWarningThreshold: Integer
|
1339
1346
|
|
1340
|
-
attr_accessor :InstanceId, :Name, :Tags, :Description, :TraceDuration, :OpenBilling, :SpanDailyCounters, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :IsRelatedLog, :LogRegion, :LogTopicID, :LogSet, :LogSource, :CustomShowTags, :PayMode
|
1347
|
+
attr_accessor :InstanceId, :Name, :Tags, :Description, :TraceDuration, :OpenBilling, :SpanDailyCounters, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :IsRelatedLog, :LogRegion, :LogTopicID, :LogSet, :LogSource, :CustomShowTags, :PayMode, :ResponseDurationWarningThreshold
|
1341
1348
|
|
1342
|
-
def initialize(instanceid=nil, name=nil, tags=nil, description=nil, traceduration=nil, openbilling=nil, spandailycounters=nil, errratethreshold=nil, samplerate=nil, errorsample=nil, slowrequestsavedthreshold=nil, isrelatedlog=nil, logregion=nil, logtopicid=nil, logset=nil, logsource=nil, customshowtags=nil, paymode=nil)
|
1349
|
+
def initialize(instanceid=nil, name=nil, tags=nil, description=nil, traceduration=nil, openbilling=nil, spandailycounters=nil, errratethreshold=nil, samplerate=nil, errorsample=nil, slowrequestsavedthreshold=nil, isrelatedlog=nil, logregion=nil, logtopicid=nil, logset=nil, logsource=nil, customshowtags=nil, paymode=nil, responsedurationwarningthreshold=nil)
|
1343
1350
|
@InstanceId = instanceid
|
1344
1351
|
@Name = name
|
1345
1352
|
@Tags = tags
|
@@ -1358,6 +1365,7 @@ module TencentCloud
|
|
1358
1365
|
@LogSource = logsource
|
1359
1366
|
@CustomShowTags = customshowtags
|
1360
1367
|
@PayMode = paymode
|
1368
|
+
@ResponseDurationWarningThreshold = responsedurationwarningthreshold
|
1361
1369
|
end
|
1362
1370
|
|
1363
1371
|
def deserialize(params)
|
@@ -1386,6 +1394,7 @@ module TencentCloud
|
|
1386
1394
|
@LogSource = params['LogSource']
|
1387
1395
|
@CustomShowTags = params['CustomShowTags']
|
1388
1396
|
@PayMode = params['PayMode']
|
1397
|
+
@ResponseDurationWarningThreshold = params['ResponseDurationWarningThreshold']
|
1389
1398
|
end
|
1390
1399
|
end
|
1391
1400
|
|
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.905
|
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-09-
|
11
|
+
date: 2024-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|