tencentcloud-sdk-apm 3.0.1057 → 3.0.1058

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 +12 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2fbadfd8a2c450155b583999462c09a33fa00586
4
- data.tar.gz: ab07c1cebebca1e2e5f03cd0a557feb42b8adc4f
3
+ metadata.gz: eb52317bbab1dc79fc45a819a22178c3be3bd9f2
4
+ data.tar.gz: dee202212c0089e1c342c2c9e182564e942f2c46
5
5
  SHA512:
6
- metadata.gz: 911251394f14b8e3705fc1560e408a51df83021fafe77ca1362fd9f5bc847a35202898c06c13bb04401fa11697adb5e1b388aef81a4ac8834ac5c74d566798cb
7
- data.tar.gz: a87cddc8db6591323c4a5a4b248561b9c630bfcca2597984153f4e696492ef43fb4a915d7b2397f08b829e7325c5594521d62dbf11aa27d0e3d51c5f66fe74ad
6
+ metadata.gz: 0cdd0c9eaccb8866d7b5fb241c415a0c3f8329cc1b75f5b45b76022b3f5eb6695aa5ce29802cc9b07be24f9262ad0a1dd53850d652a58f4e70507f3a22c859d3
7
+ data.tar.gz: cd1c5b29af3cc807ecf1f5da7d5fa62f0e483b7a16943d39383471e8edf88bed1caf9dd5a1174409904bc5812e51139512ef7a52cc7348a63f000294fdb6fe93
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1057
1
+ 3.0.1058
@@ -326,10 +326,14 @@ module TencentCloud
326
326
  # @type IsRemoteCommandExecutionAnalysis: Integer
327
327
  # @param IsMemoryHijackingAnalysis: 是否开内存马执行检测(0=关, 1=开)
328
328
  # @type IsMemoryHijackingAnalysis: Integer
329
+ # @param LogIndexType: CLS索引类型(0=全文索引,1=键值索引)
330
+ # @type LogIndexType: Integer
331
+ # @param LogTraceIdKey: traceId的索引key: 当CLS索引类型为键值索引时生效
332
+ # @type LogTraceIdKey: String
329
333
 
330
- attr_accessor :InstanceId, :Name, :Description, :Status, :Region, :Tags, :AppId, :CreateUin, :AmountOfUsedStorage, :ServiceCount, :CountOfReportSpanPerDay, :TraceDuration, :SpanDailyCounters, :BillingInstance, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :LogRegion, :LogSource, :IsRelatedLog, :LogTopicID, :ClientCount, :TotalCount, :LogSet, :MetricDuration, :CustomShowTags, :PayMode, :PayModeEffective, :ResponseDurationWarningThreshold, :Free, :DefaultTSF, :IsRelatedDashboard, :DashboardTopicID, :IsInstrumentationVulnerabilityScan, :IsSqlInjectionAnalysis, :StopReason, :IsRemoteCommandExecutionAnalysis, :IsMemoryHijackingAnalysis
334
+ attr_accessor :InstanceId, :Name, :Description, :Status, :Region, :Tags, :AppId, :CreateUin, :AmountOfUsedStorage, :ServiceCount, :CountOfReportSpanPerDay, :TraceDuration, :SpanDailyCounters, :BillingInstance, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :LogRegion, :LogSource, :IsRelatedLog, :LogTopicID, :ClientCount, :TotalCount, :LogSet, :MetricDuration, :CustomShowTags, :PayMode, :PayModeEffective, :ResponseDurationWarningThreshold, :Free, :DefaultTSF, :IsRelatedDashboard, :DashboardTopicID, :IsInstrumentationVulnerabilityScan, :IsSqlInjectionAnalysis, :StopReason, :IsRemoteCommandExecutionAnalysis, :IsMemoryHijackingAnalysis, :LogIndexType, :LogTraceIdKey
331
335
 
332
- def initialize(instanceid=nil, name=nil, description=nil, status=nil, region=nil, tags=nil, appid=nil, createuin=nil, amountofusedstorage=nil, servicecount=nil, countofreportspanperday=nil, traceduration=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, free=nil, defaulttsf=nil, isrelateddashboard=nil, dashboardtopicid=nil, isinstrumentationvulnerabilityscan=nil, issqlinjectionanalysis=nil, stopreason=nil, isremotecommandexecutionanalysis=nil, ismemoryhijackinganalysis=nil)
336
+ def initialize(instanceid=nil, name=nil, description=nil, status=nil, region=nil, tags=nil, appid=nil, createuin=nil, amountofusedstorage=nil, servicecount=nil, countofreportspanperday=nil, traceduration=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, free=nil, defaulttsf=nil, isrelateddashboard=nil, dashboardtopicid=nil, isinstrumentationvulnerabilityscan=nil, issqlinjectionanalysis=nil, stopreason=nil, isremotecommandexecutionanalysis=nil, ismemoryhijackinganalysis=nil, logindextype=nil, logtraceidkey=nil)
333
337
  @InstanceId = instanceid
334
338
  @Name = name
335
339
  @Description = description
@@ -369,6 +373,8 @@ module TencentCloud
369
373
  @StopReason = stopreason
370
374
  @IsRemoteCommandExecutionAnalysis = isremotecommandexecutionanalysis
371
375
  @IsMemoryHijackingAnalysis = ismemoryhijackinganalysis
376
+ @LogIndexType = logindextype
377
+ @LogTraceIdKey = logtraceidkey
372
378
  end
373
379
 
374
380
  def deserialize(params)
@@ -418,6 +424,8 @@ module TencentCloud
418
424
  @StopReason = params['StopReason']
419
425
  @IsRemoteCommandExecutionAnalysis = params['IsRemoteCommandExecutionAnalysis']
420
426
  @IsMemoryHijackingAnalysis = params['IsMemoryHijackingAnalysis']
427
+ @LogIndexType = params['LogIndexType']
428
+ @LogTraceIdKey = params['LogTraceIdKey']
421
429
  end
422
430
  end
423
431
 
@@ -1449,9 +1457,9 @@ module TencentCloud
1449
1457
  # @type IsRemoteCommandExecutionAnalysis: Integer
1450
1458
  # @param IsMemoryHijackingAnalysis: 是否开启内存马检测
1451
1459
  # @type IsMemoryHijackingAnalysis: Integer
1452
- # @param LogIndexType: 0=全文索引,1=键值索引
1460
+ # @param LogIndexType: CLS索引类型(0=全文索引,1=键值索引)
1453
1461
  # @type LogIndexType: Integer
1454
- # @param LogTraceIdKey: traceId的索引key
1462
+ # @param LogTraceIdKey: traceId的索引key: 当CLS索引类型为键值索引时生效
1455
1463
  # @type LogTraceIdKey: String
1456
1464
 
1457
1465
  attr_accessor :InstanceId, :Name, :Tags, :Description, :TraceDuration, :OpenBilling, :SpanDailyCounters, :ErrRateThreshold, :SampleRate, :ErrorSample, :SlowRequestSavedThreshold, :IsRelatedLog, :LogRegion, :LogTopicID, :LogSet, :LogSource, :CustomShowTags, :PayMode, :ResponseDurationWarningThreshold, :Free, :IsRelatedDashboard, :DashboardTopicID, :IsSqlInjectionAnalysis, :IsInstrumentationVulnerabilityScan, :IsRemoteCommandExecutionAnalysis, :IsMemoryHijackingAnalysis, :LogIndexType, :LogTraceIdKey
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.1057
4
+ version: 3.0.1058
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-12 00:00:00.000000000 Z
11
+ date: 2025-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common