tencentcloud-sdk-apm 3.0.936 → 3.0.938
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210622/models.rb +10 -2
- 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: 5cbb934739a422e99a70a7878f54896a937e0e7c
|
4
|
+
data.tar.gz: 678f9c29f1627c4d7b40d591848881e40563987f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb72547e71bc104c3a6274032bb69dfc452fe165219fab1b437d330de759eabed106c8710ced5213d5a858d7855676d7e3f0db637a4fbe85512f4238569e834e
|
7
|
+
data.tar.gz: ac46efb4ccf80d7d9eb1518af3fc3c63463941727dc789f6ab54dc1c9229ccc76323dc07e83919a072cb901c426e9de1e44f7c29048b7408b77cade9886c327f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.938
|
data/lib/v20210622/models.rb
CHANGED
@@ -1353,10 +1353,14 @@ module TencentCloud
|
|
1353
1353
|
# @type PayMode: Integer
|
1354
1354
|
# @param ResponseDurationWarningThreshold: 响应时间满意阈值
|
1355
1355
|
# @type ResponseDurationWarningThreshold: Integer
|
1356
|
+
# @param IsRelatedDashboard: 是否关联dashboard: 0 关 1 开
|
1357
|
+
# @type IsRelatedDashboard: Integer
|
1358
|
+
# @param DashboardTopicID: dashboard ID
|
1359
|
+
# @type DashboardTopicID: String
|
1356
1360
|
|
1357
|
-
attr_accessor :InstanceId, :Name, :Tags, :Description, :TraceDuration, :OpenBilling, :SpanDailyCounters, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :IsRelatedLog, :LogRegion, :LogTopicID, :LogSet, :LogSource, :CustomShowTags, :PayMode, :ResponseDurationWarningThreshold
|
1361
|
+
attr_accessor :InstanceId, :Name, :Tags, :Description, :TraceDuration, :OpenBilling, :SpanDailyCounters, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :IsRelatedLog, :LogRegion, :LogTopicID, :LogSet, :LogSource, :CustomShowTags, :PayMode, :ResponseDurationWarningThreshold, :IsRelatedDashboard, :DashboardTopicID
|
1358
1362
|
|
1359
|
-
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)
|
1363
|
+
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, isrelateddashboard=nil, dashboardtopicid=nil)
|
1360
1364
|
@InstanceId = instanceid
|
1361
1365
|
@Name = name
|
1362
1366
|
@Tags = tags
|
@@ -1376,6 +1380,8 @@ module TencentCloud
|
|
1376
1380
|
@CustomShowTags = customshowtags
|
1377
1381
|
@PayMode = paymode
|
1378
1382
|
@ResponseDurationWarningThreshold = responsedurationwarningthreshold
|
1383
|
+
@IsRelatedDashboard = isrelateddashboard
|
1384
|
+
@DashboardTopicID = dashboardtopicid
|
1379
1385
|
end
|
1380
1386
|
|
1381
1387
|
def deserialize(params)
|
@@ -1405,6 +1411,8 @@ module TencentCloud
|
|
1405
1411
|
@CustomShowTags = params['CustomShowTags']
|
1406
1412
|
@PayMode = params['PayMode']
|
1407
1413
|
@ResponseDurationWarningThreshold = params['ResponseDurationWarningThreshold']
|
1414
|
+
@IsRelatedDashboard = params['IsRelatedDashboard']
|
1415
|
+
@DashboardTopicID = params['DashboardTopicID']
|
1408
1416
|
end
|
1409
1417
|
end
|
1410
1418
|
|
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.938
|
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-11-
|
11
|
+
date: 2024-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|