tencentcloud-sdk-apm 3.0.768 → 3.0.770
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 +2 -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: 5ef0b48d9b81ca8ace7b9141218720faa9466123
|
4
|
+
data.tar.gz: 0bb5684be1b374ff20aae60baa43389e44be2b7f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e72dbcb2e8e99d5a8d30802583ddae533eda02b41d77ca35e4c9b6710f0366282956ce4cca7bb9f8fffc639869b4cccbda55b6ad28aa870ed20bbc6ae3ec4030
|
7
|
+
data.tar.gz: 23ea9a1998e74a27360d725c8de242cd391b50f09cc9041c9af9f10dd5236c374ff2d56bdae93f13c4ace0f7071bd77f94850c25fd62b7ab6c47394067401d0d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.770
|
data/lib/v20210622/models.rb
CHANGED
@@ -382,11 +382,11 @@ module TencentCloud
|
|
382
382
|
# @type Name: String
|
383
383
|
# @param Description: 实例描述信息
|
384
384
|
# @type Description: String
|
385
|
-
# @param TraceDuration: Trace
|
385
|
+
# @param TraceDuration: Trace数据保存时长,单位为天默认存储为3天
|
386
386
|
# @type TraceDuration: Integer
|
387
387
|
# @param Tags: 标签列表
|
388
388
|
# @type Tags: Array
|
389
|
-
# @param SpanDailyCounters:
|
389
|
+
# @param SpanDailyCounters: 实例上报额度值,默认赋值为0表示不限制上报额度
|
390
390
|
# @type SpanDailyCounters: Integer
|
391
391
|
# @param PayMode: 实例的计费模式
|
392
392
|
# @type PayMode: Integer
|
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.770
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-02-
|
11
|
+
date: 2024-02-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|