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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210622/models.rb +6 -2
- 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
@@ -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.
|
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
|