tencentcloud-sdk-apm 3.0.919 → 3.0.920

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210622/models.rb +16 -15
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c19ea3bd1c61502e3304c8453a4516af7fa0a5b6
4
- data.tar.gz: ecef0a8e79fcc9e982d40ebbabc31f996fffbf77
3
+ metadata.gz: 85f4c97cc805d66d5ab0d6fd3a84d3ef183c6971
4
+ data.tar.gz: 80a1a1a92703e35629066262e293c08dbe7fda71
5
5
  SHA512:
6
- metadata.gz: 1e22b34a83c7faea0c9b0707c706f98fcd2c15f9ca160cf84aaa7a285a85479ff5abe2cdb043060875997a3394a959d9fa8f2aba7e103e59bdabcbb7b435b981
7
- data.tar.gz: c565c8cbe1e45b198fa55aea682256dbf0e243aafd6b8465cb57cb1762d566f44e71866996e923784899d6a3251809d2536dd60e48f735b2db4fcb55b88ff35f
6
+ metadata.gz: 5621e1dcc40be6f9842daeffc14651d7ab07d9b75429ea51639ec987c89ebc4ae7ab742e1816e3a9e105c074c1967b94a02f7279ed265628f3eef0e93354f7f7
7
+ data.tar.gz: 6a672c3be758fe7ca3fa8ac93701f2dcb084eb50b846c38d04c67dacabe1de37215940e75c9ec37f7bd756f035a173c40c00e4d4c8a5239b958bdf73b12725d7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.919
1
+ 3.0.920
@@ -105,17 +105,17 @@ module TencentCloud
105
105
 
106
106
  # 应用相关的配置列表项
107
107
  class ApmApplicationConfigView < TencentCloud::Common::AbstractModel
108
- # @param InstanceKey: 实例ID
108
+ # @param InstanceKey: 业务系统ID
109
109
  # @type InstanceKey: String
110
- # @param ServiceName: 服务名
110
+ # @param ServiceName: 应用名
111
111
  # @type ServiceName: String
112
112
  # @param OperationNameFilter: 接口过滤
113
113
  # @type OperationNameFilter: String
114
- # @param ExceptionFilter: 异常过滤
114
+ # @param ExceptionFilter: 错误类型过滤
115
115
  # @type ExceptionFilter: String
116
- # @param ErrorCodeFilter: 错误码过滤
116
+ # @param ErrorCodeFilter: HTTP状态码过滤
117
117
  # @type ErrorCodeFilter: String
118
- # @param EventEnable: 应用诊断开关
118
+ # @param EventEnable: 应用诊断开关(已废弃)
119
119
  # 注意:此字段可能返回 null,表示取不到有效值。
120
120
  # @type EventEnable: Boolean
121
121
  # @param UrlConvergenceSwitch: URL收敛开关 0 关 1 开
@@ -128,23 +128,23 @@ module TencentCloud
128
128
  # @type UrlExclude: String
129
129
  # @param IsRelatedLog: 是否开启日志 0 关 1 开
130
130
  # @type IsRelatedLog: Integer
131
- # @param LogSource: 日志来源
131
+ # @param LogSource: 日志源
132
132
  # 注意:此字段可能返回 null,表示取不到有效值。
133
133
  # @type LogSource: String
134
- # @param LogSet: CLS日志集
134
+ # @param LogSet: 日志集
135
135
  # @type LogSet: String
136
- # @param LogTopicID: 日志主题ID
136
+ # @param LogTopicID: 日志主题
137
137
  # @type LogTopicID: String
138
- # @param SnapshotEnable: 线程剖析开关
138
+ # @param SnapshotEnable: 方法栈快照开关 true 开启 false 关闭
139
139
  # @type SnapshotEnable: Boolean
140
- # @param SnapshotTimeout: 线程剖析超时阈值
140
+ # @param SnapshotTimeout: 慢调用监听触发阈值
141
141
  # @type SnapshotTimeout: Integer
142
- # @param AgentEnable: 探针开启开关
142
+ # @param AgentEnable: 探针总开关
143
143
  # @type AgentEnable: Boolean
144
- # @param InstrumentList: 组件列表开关
144
+ # @param InstrumentList: 组件列表开关(已废弃)
145
145
  # 注意:此字段可能返回 null,表示取不到有效值。
146
146
  # @type InstrumentList: Array
147
- # @param TraceSquash: 链路压缩开关
147
+ # @param TraceSquash: 链路压缩开关(已废弃)
148
148
  # @type TraceSquash: Boolean
149
149
 
150
150
  attr_accessor :InstanceKey, :ServiceName, :OperationNameFilter, :ExceptionFilter, :ErrorCodeFilter, :EventEnable, :UrlConvergenceSwitch, :UrlConvergenceThreshold, :UrlConvergence, :UrlExclude, :IsRelatedLog, :LogSource, :LogSet, :LogTopicID, :SnapshotEnable, :SnapshotTimeout, :AgentEnable, :InstrumentList, :TraceSquash
@@ -1416,11 +1416,12 @@ module TencentCloud
1416
1416
 
1417
1417
  # ModifyGeneralApmApplicationConfig请求参数结构体
1418
1418
  class ModifyGeneralApmApplicationConfigRequest < TencentCloud::Common::AbstractModel
1419
- # @param InstanceId: 实例Id
1419
+ # @param InstanceId: 业务系统Id
1420
1420
  # @type InstanceId: String
1421
1421
  # @param Tags: 需要修改的字段key value分别指定字段名、字段值
1422
+ # [具体字段请见](https://cloud.tencent.com/document/product/248/111241)
1422
1423
  # @type Tags: Array
1423
- # @param ServiceNames: 需要修改配置的服务列表名称
1424
+ # @param ServiceNames: 需要修改配置的应用列表名称
1424
1425
  # @type ServiceNames: Array
1425
1426
 
1426
1427
  attr_accessor :InstanceId, :Tags, :ServiceNames
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.919
4
+ version: 3.0.920
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-08 00:00:00.000000000 Z
11
+ date: 2024-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common