tencentcloud-sdk-cat 3.0.714 → 3.0.715

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: 65006694e7429089ce0f790b7016eeb343263a30
4
- data.tar.gz: 8342e4e8b961914bf1262e96177eb07fa11184fa
3
+ metadata.gz: 8cdc4d0274cdf42f28c8cb21faf74d2ffc6f790c
4
+ data.tar.gz: f8051a278140485325b4247a5329094b70a5d501
5
5
  SHA512:
6
- metadata.gz: b2831c60a3d58cf0a12cb0e403855f0a48a8f9f0085749fb9b56a67e0c637275a8da619294438bceb4376c286e0762977a08cf9e2ca78cfbeb17df196974716b
7
- data.tar.gz: b05a390fd0299aefa553f6c7d2209b5c4e47100d0b58d15821a651b2167408c887ff222fc805c6a37ccffba11475cc8a3f51c242858fec9da0890a2c28f2b103
6
+ metadata.gz: e946faa0bfad5fe7aca6a59afa87592957fa7379229a5e3a15434bf1e948944c151156319c3a8d207b950b73dbb9bce4463a5c40e6f94455c2af4acf9bbff4e7
7
+ data.tar.gz: 732109047102c6e6eb20f63aa25391b275bcec9edbfb6fff344de083803dae24781a84b634427ed13b9a00b6d3a4d620dca98fa1028122eda3d91e36a6e89d84
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.714
1
+ 3.0.715
@@ -435,9 +435,9 @@ module TencentCloud
435
435
  # AnalyzeTaskType_UploadDownload:文件传输
436
436
  # AnalyzeTaskType_MediaStream:音视频体验
437
437
  # @type AnalyzeTaskType: String
438
- # @param MetricType: 指标类型,指标查询默认传gauge
438
+ # @param MetricType: 指标类型(counter、gauge以及histogram),指标查询默认传gauge
439
439
  # @type MetricType: String
440
- # @param Field: 指标详细字段,可以传递传具体的指标也可以对指标进行聚合查询例如:"avg(ping_time)"代表整体时延(ms)
440
+ # @param Field: 指标详细字段,可以传递传具体的指标也可以对指标进行聚合查询例如:"avg(ping_time)"代表整体时延(ms);不同的任务类型支持不同的field查询,以及聚合规则,详情可联系云拨测。
441
441
  # @type Field: String
442
442
  # @param Filter: 过滤条件可以传单个过滤条件也可以拼接多个参数
443
443
  # @type Filter: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cat
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.714
4
+ version: 3.0.715
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-27 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common