tencentcloud-sdk-apm 3.0.613 → 3.0.615
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: 1088e7259f1a433787252bb8b3604f31572abd42
|
4
|
+
data.tar.gz: 8ceedac3c57392c83feb6adfb78581c732fc7069
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1687ca09673f9c76486937dee8a5f1aa68affe20a232f346bbd5a5496820916f0f927079b297b314c9bcecb3155816270fc6a5235cfac8c93f8ec85124ca6b1
|
7
|
+
data.tar.gz: 7b5a19dae72d6c2d44beb27ae0dcb6e9053df571d91877f9a6822ca9729c545d1d3e40d739b9742d912ebb33f58b7ea2bcc0be42938cccb16624d64add17eb9e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.615
|
data/lib/v20210622/models.rb
CHANGED
@@ -236,10 +236,13 @@ module TencentCloud
|
|
236
236
|
# @param MetricDuration: Metric数据保存时长
|
237
237
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
238
238
|
# @type MetricDuration: Integer
|
239
|
+
# @param CustomShowTags: 用户自定义展示标签列表
|
240
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
241
|
+
# @type CustomShowTags: Array
|
239
242
|
|
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
|
243
|
+
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
|
241
244
|
|
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)
|
245
|
+
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)
|
243
246
|
@AmountOfUsedStorage = amountofusedstorage
|
244
247
|
@Name = name
|
245
248
|
@Tags = tags
|
@@ -266,6 +269,7 @@ module TencentCloud
|
|
266
269
|
@TotalCount = totalcount
|
267
270
|
@LogSet = logset
|
268
271
|
@MetricDuration = metricduration
|
272
|
+
@CustomShowTags = customshowtags
|
269
273
|
end
|
270
274
|
|
271
275
|
def deserialize(params)
|
@@ -302,6 +306,7 @@ module TencentCloud
|
|
302
306
|
@TotalCount = params['TotalCount']
|
303
307
|
@LogSet = params['LogSet']
|
304
308
|
@MetricDuration = params['MetricDuration']
|
309
|
+
@CustomShowTags = params['CustomShowTags']
|
305
310
|
end
|
306
311
|
end
|
307
312
|
|
@@ -983,10 +988,12 @@ module TencentCloud
|
|
983
988
|
# @type LogSet: String
|
984
989
|
# @param LogSource: CLS | ES
|
985
990
|
# @type LogSource: String
|
991
|
+
# @param CustomShowTags: 用户自定义展示标签列表
|
992
|
+
# @type CustomShowTags: Array
|
986
993
|
|
987
|
-
attr_accessor :InstanceId, :Name, :Tags, :Description, :TraceDuration, :OpenBilling, :SpanDailyCounters, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :IsRelatedLog, :LogRegion, :LogTopicID, :LogSet, :LogSource
|
994
|
+
attr_accessor :InstanceId, :Name, :Tags, :Description, :TraceDuration, :OpenBilling, :SpanDailyCounters, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :IsRelatedLog, :LogRegion, :LogTopicID, :LogSet, :LogSource, :CustomShowTags
|
988
995
|
|
989
|
-
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)
|
996
|
+
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)
|
990
997
|
@InstanceId = instanceid
|
991
998
|
@Name = name
|
992
999
|
@Tags = tags
|
@@ -1003,6 +1010,7 @@ module TencentCloud
|
|
1003
1010
|
@LogTopicID = logtopicid
|
1004
1011
|
@LogSet = logset
|
1005
1012
|
@LogSource = logsource
|
1013
|
+
@CustomShowTags = customshowtags
|
1006
1014
|
end
|
1007
1015
|
|
1008
1016
|
def deserialize(params)
|
@@ -1029,6 +1037,7 @@ module TencentCloud
|
|
1029
1037
|
@LogTopicID = params['LogTopicID']
|
1030
1038
|
@LogSet = params['LogSet']
|
1031
1039
|
@LogSource = params['LogSource']
|
1040
|
+
@CustomShowTags = params['CustomShowTags']
|
1032
1041
|
end
|
1033
1042
|
end
|
1034
1043
|
|
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.615
|
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-07-
|
11
|
+
date: 2023-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|