tencentcloud-sdk-monitor 3.0.536 → 3.0.538

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 734bfa8b5ecfea2a08f051b17025db4afe93b1e4
4
- data.tar.gz: 6a9fb6dfec6cc1b6d659c792c1ff251842bfcafe
3
+ metadata.gz: c1d61d2f737b60237a5c58b1a8f638e93527d5e6
4
+ data.tar.gz: 39343b5090c32cf56ec62154c5aebd73e8d7c725
5
5
  SHA512:
6
- metadata.gz: 4de022ed50ba033ce8bef12f2995111ccc09edcfe8a14635810346bc8cee144ae2adebada70bae7387375e222d11562f36887455dea8678d89cdb4f631e698ad
7
- data.tar.gz: ad4131b67c005bcebefa8703c30ac67e7462fb1dbade16e24cce74bad86d01f6f0c682bf2a1f4b697d7e94fc44aa317abdc4f91ed4bfa3eb63659abeae8b321d
6
+ metadata.gz: 8b84446a217aaadc0a89cba88d3bc9f4d786abcdb00e722031c701e82ba55cc86e963146fd1e50f923c8c3b1a2bdc2676f7b5e7e9611b1e987b6e7047f903aa6
7
+ data.tar.gz: 26950f9a1fae5822ca4f5b787b88b70600ef51db6682715888d81956fd81414e1a0ae53cf6f5d85ff38a3fac26c9ffcf6cd333bcb2707c364f23dbc682881aa0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.536
1
+ 3.0.538
@@ -2105,7 +2105,7 @@ module TencentCloud
2105
2105
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2106
2106
  end
2107
2107
 
2108
- # 获取与云监控融合实例列表
2108
+ # 获取与 Prometheus 监控融合实例列表
2109
2109
 
2110
2110
  # @param request: Request instance for DescribePrometheusInstancesOverview.
2111
2111
  # @type request: :class:`Tencentcloud::monitor::V20180724::DescribePrometheusInstancesOverviewRequest`
@@ -2569,7 +2569,7 @@ module TencentCloud
2569
2569
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2570
2570
  end
2571
2571
 
2572
- # 云监控告警编辑告警通知模板
2572
+ # 编辑告警通知模板
2573
2573
 
2574
2574
  # @param request: Request instance for ModifyAlarmNotice.
2575
2575
  # @type request: :class:`Tencentcloud::monitor::V20180724::ModifyAlarmNoticeRequest`
@@ -11208,10 +11208,12 @@ module TencentCloud
11208
11208
  # @type NotInstallBasicScrape: Boolean
11209
11209
  # @param NotScrape: 是否采集指标,true代表drop所有指标,false代表采集默认指标
11210
11210
  # @type NotScrape: Boolean
11211
+ # @param OpenDefaultRecord: 是否开启默认预聚合规则
11212
+ # @type OpenDefaultRecord: Boolean
11211
11213
 
11212
- attr_accessor :Region, :ClusterType, :ClusterId, :EnableExternal, :InClusterPodConfig, :ExternalLabels, :NotInstallBasicScrape, :NotScrape
11214
+ attr_accessor :Region, :ClusterType, :ClusterId, :EnableExternal, :InClusterPodConfig, :ExternalLabels, :NotInstallBasicScrape, :NotScrape, :OpenDefaultRecord
11213
11215
 
11214
- def initialize(region=nil, clustertype=nil, clusterid=nil, enableexternal=nil, inclusterpodconfig=nil, externallabels=nil, notinstallbasicscrape=nil, notscrape=nil)
11216
+ def initialize(region=nil, clustertype=nil, clusterid=nil, enableexternal=nil, inclusterpodconfig=nil, externallabels=nil, notinstallbasicscrape=nil, notscrape=nil, opendefaultrecord=nil)
11215
11217
  @Region = region
11216
11218
  @ClusterType = clustertype
11217
11219
  @ClusterId = clusterid
@@ -11220,6 +11222,7 @@ module TencentCloud
11220
11222
  @ExternalLabels = externallabels
11221
11223
  @NotInstallBasicScrape = notinstallbasicscrape
11222
11224
  @NotScrape = notscrape
11225
+ @OpenDefaultRecord = opendefaultrecord
11223
11226
  end
11224
11227
 
11225
11228
  def deserialize(params)
@@ -11241,6 +11244,7 @@ module TencentCloud
11241
11244
  end
11242
11245
  @NotInstallBasicScrape = params['NotInstallBasicScrape']
11243
11246
  @NotScrape = params['NotScrape']
11247
+ @OpenDefaultRecord = params['OpenDefaultRecord']
11244
11248
  end
11245
11249
  end
11246
11250
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.536
4
+ version: 3.0.538
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-03-23 00:00:00.000000000 Z
11
+ date: 2023-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common