lib/v20201016/models.rb in tencentcloud-sdk-cls-3.0.721 vs lib/v20201016/models.rb in tencentcloud-sdk-cls-3.0.722
- old
+ new
@@ -2406,11 +2406,11 @@
# @type ProcessStartTime: Integer
# @param ProcessType: 调度类型,1:持续运行 2:指定时间范围
# @type ProcessType: Integer
# @param ProcessPeriod: 调度周期(分钟)
# @type ProcessPeriod: Integer
- # @param ProcessTimeWindow: 单次查询的时间窗口
+ # @param ProcessTimeWindow: 单次查询的时间窗口,如果您的目标主题为指标主题,建议该参数的大小不超过30分钟,否则可能转指标失败。
# @type ProcessTimeWindow: String
# @param ProcessDelay: 执行延迟(秒)
# @type ProcessDelay: Integer
# @param SrcTopicRegion: 源topicId的地域信息
# @type SrcTopicRegion: String
@@ -8254,14 +8254,15 @@
# @param MetricName: 指标名称
# @type MetricName: String
# @param MetricNames: 指标名称
# BizType为1时,优先使用MetricNames字段多指标只能填充到MetricNames字段,单指标建议填充到MetricName字段
# @type MetricNames: Array
- # @param MetricLabels: 指标标签,从SQL结果字段中选择,一般是分组(group by) 的字段。
+ # @param MetricLabels: 指标维度,不接受时间类型。
# @type MetricLabels: Array
# @param CustomTime: 指标时间戳,默认值为SQL查询时间范围的左侧时间点,您也可以指定其他字段(类型为uinx时间,精度毫秒)为指标时间戳。
# @type CustomTime: String
- # @param CustomMetricLabels: 除了MetricLabels,您还可以使用该参数,为指标补充静态的标签。
+ # @param CustomMetricLabels: 除了MetricLabels,您还可以使用该参数,为指标补充静态的维度。
+ # 维度名以字母或下划线开头,后面可以跟字母、数字或下划线,长度小于等于1024 字节
# @type CustomMetricLabels: Array
attr_accessor :TopicId, :Region, :BizType, :MetricName, :MetricNames, :MetricLabels, :CustomTime, :CustomMetricLabels
def initialize(topicid=nil, region=nil, biztype=nil, metricname=nil, metricnames=nil, metriclabels=nil, customtime=nil, custommetriclabels=nil)