tencentcloud-sdk-apm 3.0.1076 → 3.0.1087

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4461a715f9a648b1f21577148a028aaccd6f71f
4
- data.tar.gz: e91f40638c75404380ee1a9438556db9934bb772
3
+ metadata.gz: ee9e8a2b6aea47e0988b5d48fabcb0e5142a4af6
4
+ data.tar.gz: 1656e344c9c0cf02f64eade2e098a59aac7fc1fd
5
5
  SHA512:
6
- metadata.gz: e656450e779809be3c58a27bb6d08616f68021ef767e9bcbb0aa9d7d187e3137f24984105f2ba5b933f11c111cb5ea6c04228012ff11ef9c71b95df00730d9f2
7
- data.tar.gz: 491be61846eb16cd4036dc6310bac030679000253e5f5502f24376632754acf7e350d275267bacbc620a45f014e5e50205af0e11874913c336106464253f616a
6
+ metadata.gz: 2f10d1ca151ecf86857d51f789cc58af2be40e9c01f3c76bb789491af87dd2d4d9584cc5f7959974d10a52ffa962842182108a8980c38f1132de493c957d5f13
7
+ data.tar.gz: fed7746b22a47c04ce98d4aa9f66c3103641df44fe907516c888abedb558ea21e02043e8f397c9c4046b2c91d3cdf6611e5424cbd5f59b112f7e65731de15252
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1076
1
+ 3.0.1087
@@ -330,10 +330,12 @@ module TencentCloud
330
330
  # @type LogIndexType: Integer
331
331
  # @param LogTraceIdKey: traceId的索引key: 当CLS索引类型为键值索引时生效
332
332
  # @type LogTraceIdKey: String
333
+ # @param Token: 业务系统鉴权 token
334
+ # @type Token: String
333
335
 
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
336
+ 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, :Token
335
337
 
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)
338
+ 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, token=nil)
337
339
  @InstanceId = instanceid
338
340
  @Name = name
339
341
  @Description = description
@@ -375,6 +377,7 @@ module TencentCloud
375
377
  @IsMemoryHijackingAnalysis = ismemoryhijackinganalysis
376
378
  @LogIndexType = logindextype
377
379
  @LogTraceIdKey = logtraceidkey
380
+ @Token = token
378
381
  end
379
382
 
380
383
  def deserialize(params)
@@ -426,6 +429,7 @@ module TencentCloud
426
429
  @IsMemoryHijackingAnalysis = params['IsMemoryHijackingAnalysis']
427
430
  @LogIndexType = params['LogIndexType']
428
431
  @LogTraceIdKey = params['LogTraceIdKey']
432
+ @Token = params['Token']
429
433
  end
430
434
  end
431
435
 
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.1076
4
+ version: 3.0.1087
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-06-08 00:00:00.000000000 Z
11
+ date: 2025-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common