tencentcloud-sdk-apm 3.0.1087 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ee9e8a2b6aea47e0988b5d48fabcb0e5142a4af6
4
- data.tar.gz: 1656e344c9c0cf02f64eade2e098a59aac7fc1fd
3
+ metadata.gz: 4671a0c295608502a8c838950fa79e5caa955971
4
+ data.tar.gz: 697b0f7b59d739c3d78c12dbe880ce364e2974b9
5
5
  SHA512:
6
- metadata.gz: 2f10d1ca151ecf86857d51f789cc58af2be40e9c01f3c76bb789491af87dd2d4d9584cc5f7959974d10a52ffa962842182108a8980c38f1132de493c957d5f13
7
- data.tar.gz: fed7746b22a47c04ce98d4aa9f66c3103641df44fe907516c888abedb558ea21e02043e8f397c9c4046b2c91d3cdf6611e5424cbd5f59b112f7e65731de15252
6
+ metadata.gz: 4f12899b67c168de0123fb37e35fc50d72aba230d30c16694e4accf1cd1172959b50c9fd5dbe623aaa85329751a29def76c475ea8827422af3a6735e01d47766
7
+ data.tar.gz: f0804deb093b69267fe2017059e25448965816190c6ef4d1ba790f87b647d202fcb1d0f4ad17c444295a3b3f15e8924dca6ea4d7fd5177aeec7298b41c79f2c5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1087
1
+ 3.0.1090
@@ -1384,15 +1384,18 @@ module TencentCloud
1384
1384
  # @type DataSerial: Array
1385
1385
  # @param Tags: 维度列表
1386
1386
  # @type Tags: Array
1387
+ # @param MetricUnit: 指标数据单位
1388
+ # @type MetricUnit: String
1387
1389
 
1388
- attr_accessor :MetricName, :MetricNameCN, :TimeSerial, :DataSerial, :Tags
1390
+ attr_accessor :MetricName, :MetricNameCN, :TimeSerial, :DataSerial, :Tags, :MetricUnit
1389
1391
 
1390
- 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)
1391
1393
  @MetricName = metricname
1392
1394
  @MetricNameCN = metricnamecn
1393
1395
  @TimeSerial = timeserial
1394
1396
  @DataSerial = dataserial
1395
1397
  @Tags = tags
1398
+ @MetricUnit = metricunit
1396
1399
  end
1397
1400
 
1398
1401
  def deserialize(params)
@@ -1408,6 +1411,7 @@ module TencentCloud
1408
1411
  @Tags << apmtag_tmp
1409
1412
  end
1410
1413
  end
1414
+ @MetricUnit = params['MetricUnit']
1411
1415
  end
1412
1416
  end
1413
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.1087
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-23 00:00:00.000000000 Z
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