tencentcloud-sdk-cls 3.0.721 → 3.0.723
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/v20201016/models.rb +4 -3
- 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: 1d5f808e46b1ddbb43c003480c8530cda44473f4
|
|
4
|
+
data.tar.gz: 88761d1e323909d37caa67209b1b72ab60958d32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fbfe9230e9e278338adacf813359bcce314a936e73dedf650b6dab519ce6d7b50d914dc740d76328d14331e1d74d58abe7dbb1b848c44d7cef15424bf4e5e247
|
|
7
|
+
data.tar.gz: 9d39a4d76b4df23e197d44c654f135ca16f4a2b8a75ff4f07c881a2a62e03466974b010d0fa6d08454f9b0f8d40851b51cfef3ce673ecc5e2ea9917f891a939b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.723
|
data/lib/v20201016/models.rb
CHANGED
|
@@ -2408,7 +2408,7 @@ module TencentCloud
|
|
|
2408
2408
|
# @type ProcessType: Integer
|
|
2409
2409
|
# @param ProcessPeriod: 调度周期(分钟)
|
|
2410
2410
|
# @type ProcessPeriod: Integer
|
|
2411
|
-
# @param ProcessTimeWindow:
|
|
2411
|
+
# @param ProcessTimeWindow: 单次查询的时间窗口,如果您的目标主题为指标主题,建议该参数的大小不超过30分钟,否则可能转指标失败。
|
|
2412
2412
|
# @type ProcessTimeWindow: String
|
|
2413
2413
|
# @param ProcessDelay: 执行延迟(秒)
|
|
2414
2414
|
# @type ProcessDelay: Integer
|
|
@@ -8256,11 +8256,12 @@ module TencentCloud
|
|
|
8256
8256
|
# @param MetricNames: 指标名称
|
|
8257
8257
|
# BizType为1时,优先使用MetricNames字段多指标只能填充到MetricNames字段,单指标建议填充到MetricName字段
|
|
8258
8258
|
# @type MetricNames: Array
|
|
8259
|
-
# @param MetricLabels:
|
|
8259
|
+
# @param MetricLabels: 指标维度,不接受时间类型。
|
|
8260
8260
|
# @type MetricLabels: Array
|
|
8261
8261
|
# @param CustomTime: 指标时间戳,默认值为SQL查询时间范围的左侧时间点,您也可以指定其他字段(类型为uinx时间,精度毫秒)为指标时间戳。
|
|
8262
8262
|
# @type CustomTime: String
|
|
8263
|
-
# @param CustomMetricLabels: 除了MetricLabels
|
|
8263
|
+
# @param CustomMetricLabels: 除了MetricLabels,您还可以使用该参数,为指标补充静态的维度。
|
|
8264
|
+
# 维度名以字母或下划线开头,后面可以跟字母、数字或下划线,长度小于等于1024 字节
|
|
8264
8265
|
# @type CustomMetricLabels: Array
|
|
8265
8266
|
|
|
8266
8267
|
attr_accessor :TopicId, :Region, :BizType, :MetricName, :MetricNames, :MetricLabels, :CustomTime, :CustomMetricLabels
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cls
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.723
|
|
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-12-
|
|
11
|
+
date: 2023-12-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|