tencentcloud-sdk-monitor 3.0.1044 → 3.0.1046
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/v20180724/client.rb +1 -1
- data/lib/v20180724/models.rb +4 -4
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bda4b2b8f1eb5369842beb4d2bb53c0dfe184956
|
4
|
+
data.tar.gz: 4f24eb27ea6e8ccd7e8b1d9b8e9dd502eb122082
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9e96f24b3382943b2c67251987b9f10fd522e2d6b861e8e93d2f18118025a3285b867259b49fd214630ad7c1824bf3f8c586517d138bfb77c0a4caa741a2bf6
|
7
|
+
data.tar.gz: a358319fe8295f1af874f76ce32e2e228b6ad9679c1c7f51957cdf09d99d8cbcc59c789bd117ec537dff02600e5339436dc7c9fa8bdd39883b405f60e0bfbb2e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1046
|
data/lib/v20180724/client.rb
CHANGED
@@ -3538,7 +3538,7 @@ module TencentCloud
|
|
3538
3538
|
|
3539
3539
|
# 更新 Prometheus 的告警规则。
|
3540
3540
|
|
3541
|
-
# 请注意,**告警对象和告警消息是 Prometheus Rule Annotations 的特殊字段,需要通过 annotations 来传递,对应的 Key 分别为summary/description
|
3541
|
+
# 请注意,**告警对象和告警消息是 Prometheus Rule Annotations 的特殊字段,需要通过 annotations 来传递,对应的 Key 分别为summary/description**,请参考 [Prometheus Rule更多配置请参考](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/)。
|
3542
3542
|
|
3543
3543
|
# @param request: Request instance for UpdateAlertRule.
|
3544
3544
|
# @type request: :class:`Tencentcloud::monitor::V20180724::UpdateAlertRuleRequest`
|
data/lib/v20180724/models.rb
CHANGED
@@ -14944,7 +14944,7 @@ module TencentCloud
|
|
14944
14944
|
|
14945
14945
|
# UpdateAlertRule请求参数结构体
|
14946
14946
|
class UpdateAlertRuleRequest < TencentCloud::Common::AbstractModel
|
14947
|
-
# @param RuleId: Prometheus
|
14947
|
+
# @param RuleId: Prometheus 告警规则 ID
|
14948
14948
|
# @type RuleId: String
|
14949
14949
|
# @param InstanceId: Prometheus 实例 ID
|
14950
14950
|
# @type InstanceId: String
|
@@ -14962,13 +14962,13 @@ module TencentCloud
|
|
14962
14962
|
# @type Duration: String
|
14963
14963
|
# @param Receivers: 告警规则接收组列表(当前规则绑定的接收组列表可通过 DescribeAlertRules 接口获取;用户已有的接收组列表可通过 DescribeAlarmNotices 接口获取)
|
14964
14964
|
# @type Receivers: Array
|
14965
|
-
# @param Labels:
|
14965
|
+
# @param Labels: 告警规则标签列表
|
14966
14966
|
# @type Labels: Array
|
14967
|
-
# @param Annotations:
|
14967
|
+
# @param Annotations: 告警规则注释列表。
|
14968
14968
|
|
14969
14969
|
# 告警对象和告警消息是 Prometheus Rule Annotations 的特殊字段,需要通过 annotations 来传递,对应的 Key 分别为summary/description。
|
14970
14970
|
# @type Annotations: Array
|
14971
|
-
# @param Type:
|
14971
|
+
# @param Type: 告警策略模板分类(自定义,可不填)
|
14972
14972
|
# @type Type: String
|
14973
14973
|
|
14974
14974
|
attr_accessor :RuleId, :InstanceId, :RuleState, :RuleName, :Expr, :Duration, :Receivers, :Labels, :Annotations, :Type
|
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.
|
4
|
+
version: 3.0.1046
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,11 +33,11 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20230616/client.rb
|
37
|
-
- lib/v20230616/models.rb
|
38
36
|
- lib/tencentcloud-sdk-monitor.rb
|
39
37
|
- lib/v20180724/client.rb
|
40
38
|
- lib/v20180724/models.rb
|
39
|
+
- lib/v20230616/client.rb
|
40
|
+
- lib/v20230616/models.rb
|
41
41
|
- lib/VERSION
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
43
43
|
licenses:
|