tencentcloud-sdk-apm 1.0.234 → 1.0.240

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210622/models.rb +22 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 424c4e999e66cbc8fd0cc44e1e7db28c3888b51c
4
- data.tar.gz: 2e2c59cea56c09b261ecaad7e3ebf9fff72ad461
3
+ metadata.gz: ac291bcf45365450f67d4a123bf029f3b5fb4fe5
4
+ data.tar.gz: 1dfd7a1d7c9f54ea9ba8610b92798b837776f6e5
5
5
  SHA512:
6
- metadata.gz: 9a90cfb6dcc6b8f577d6184eb09fc0efa681644df0cc06f682b0bc7bdcbe174964bc8c14e7430898bd051c4d63c1f593ec1f4dbd6f454c357ce22e69ebd4cc37
7
- data.tar.gz: e125223bd75350ce23e6ea3360846de22272955f4299e7c0ef73c2463dc7d2d161a07e2e35a30cdf8b7923cb1cf2755ec9e097534aa931d55667b2fb5b83dabb
6
+ metadata.gz: 94a60b2824c85e10d22793c82ed9875ddd734ab199704dfea79cbe1cd20f4b451d66f718f109140f3ccc56937dd4a124137d430d78df14ffbe73094857cac041
7
+ data.tar.gz: f0729b618bea86879d7f0b094aeaab2c924a28fd2f7c69f8b2158e44b9b2632b8ff3f1aa100875d9413786dab1cdd79ada064127f202a733a27a3901f9145015
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.234
1
+ 1.0.240
@@ -113,10 +113,22 @@ module TencentCloud
113
113
  # @param SlowRequestSavedThreshold: 慢调用保存阈值
114
114
  # 注意:此字段可能返回 null,表示取不到有效值。
115
115
  # @type SlowRequestSavedThreshold: Integer
116
+ # @param LogRegion: cls日志所在地域
117
+ # 注意:此字段可能返回 null,表示取不到有效值。
118
+ # @type LogRegion: String
119
+ # @param LogSource: 日志来源
120
+ # 注意:此字段可能返回 null,表示取不到有效值。
121
+ # @type LogSource: String
122
+ # @param IsRelatedLog: 日志功能开关 0 关 | 1 开
123
+ # 注意:此字段可能返回 null,表示取不到有效值。
124
+ # @type IsRelatedLog: Integer
125
+ # @param LogTopicID: 日志主题ID
126
+ # 注意:此字段可能返回 null,表示取不到有效值。
127
+ # @type LogTopicID: String
116
128
 
117
- attr_accessor :AmountOfUsedStorage, :Name, :Tags, :InstanceId, :CreateUin, :ServiceCount, :CountOfReportSpanPerDay, :AppId, :TraceDuration, :Description, :Status, :Region, :SpanDailyCounters, :BillingInstance, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold
129
+ attr_accessor :AmountOfUsedStorage, :Name, :Tags, :InstanceId, :CreateUin, :ServiceCount, :CountOfReportSpanPerDay, :AppId, :TraceDuration, :Description, :Status, :Region, :SpanDailyCounters, :BillingInstance, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :LogRegion, :LogSource, :IsRelatedLog, :LogTopicID
118
130
 
119
- 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)
131
+ 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)
120
132
  @AmountOfUsedStorage = amountofusedstorage
121
133
  @Name = name
122
134
  @Tags = tags
@@ -135,6 +147,10 @@ module TencentCloud
135
147
  @SampleRate = samplerate
136
148
  @ErrorSample = errorsample
137
149
  @SlowRequestSavedThreshold = slowrequestsavedthreshold
150
+ @LogRegion = logregion
151
+ @LogSource = logsource
152
+ @IsRelatedLog = isrelatedlog
153
+ @LogTopicID = logtopicid
138
154
  end
139
155
 
140
156
  def deserialize(params)
@@ -163,6 +179,10 @@ module TencentCloud
163
179
  @SampleRate = params['SampleRate']
164
180
  @ErrorSample = params['ErrorSample']
165
181
  @SlowRequestSavedThreshold = params['SlowRequestSavedThreshold']
182
+ @LogRegion = params['LogRegion']
183
+ @LogSource = params['LogSource']
184
+ @IsRelatedLog = params['IsRelatedLog']
185
+ @LogTopicID = params['LogTopicID']
166
186
  end
167
187
  end
168
188
 
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.234
4
+ version: 1.0.240
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-30 00:00:00.000000000 Z
11
+ date: 2022-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common