tencentcloud-sdk-apm 3.0.1076 → 3.0.1090
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 +12 -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: 4671a0c295608502a8c838950fa79e5caa955971
|
4
|
+
data.tar.gz: 697b0f7b59d739c3d78c12dbe880ce364e2974b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f12899b67c168de0123fb37e35fc50d72aba230d30c16694e4accf1cd1172959b50c9fd5dbe623aaa85329751a29def76c475ea8827422af3a6735e01d47766
|
7
|
+
data.tar.gz: f0804deb093b69267fe2017059e25448965816190c6ef4d1ba790f87b647d202fcb1d0f4ad17c444295a3b3f15e8924dca6ea4d7fd5177aeec7298b41c79f2c5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1090
|
data/lib/v20210622/models.rb
CHANGED
@@ -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
|
|
@@ -1380,15 +1384,18 @@ module TencentCloud
|
|
1380
1384
|
# @type DataSerial: Array
|
1381
1385
|
# @param Tags: 维度列表
|
1382
1386
|
# @type Tags: Array
|
1387
|
+
# @param MetricUnit: 指标数据单位
|
1388
|
+
# @type MetricUnit: String
|
1383
1389
|
|
1384
|
-
attr_accessor :MetricName, :MetricNameCN, :TimeSerial, :DataSerial, :Tags
|
1390
|
+
attr_accessor :MetricName, :MetricNameCN, :TimeSerial, :DataSerial, :Tags, :MetricUnit
|
1385
1391
|
|
1386
|
-
def initialize(metricname=nil, metricnamecn=nil, timeserial=nil, dataserial=nil, tags=nil)
|
1392
|
+
def initialize(metricname=nil, metricnamecn=nil, timeserial=nil, dataserial=nil, tags=nil, metricunit=nil)
|
1387
1393
|
@MetricName = metricname
|
1388
1394
|
@MetricNameCN = metricnamecn
|
1389
1395
|
@TimeSerial = timeserial
|
1390
1396
|
@DataSerial = dataserial
|
1391
1397
|
@Tags = tags
|
1398
|
+
@MetricUnit = metricunit
|
1392
1399
|
end
|
1393
1400
|
|
1394
1401
|
def deserialize(params)
|
@@ -1404,6 +1411,7 @@ module TencentCloud
|
|
1404
1411
|
@Tags << apmtag_tmp
|
1405
1412
|
end
|
1406
1413
|
end
|
1414
|
+
@MetricUnit = params['MetricUnit']
|
1407
1415
|
end
|
1408
1416
|
end
|
1409
1417
|
|
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.1090
|
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-
|
11
|
+
date: 2025-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|