tencentcloud-sdk-nodejs-apm 4.1.34 → 4.1.36

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-apm",
3
- "version": "4.1.34",
3
+ "version": "4.1.36",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -121,6 +121,14 @@ export interface ModifyApmInstanceRequest {
121
121
  * 是否开启内存马检测
122
122
  */
123
123
  IsMemoryHijackingAnalysis?: number;
124
+ /**
125
+ * CLS索引类型(0=全文索引,1=键值索引)
126
+ */
127
+ LogIndexType?: number;
128
+ /**
129
+ * traceId的索引key: 当CLS索引类型为键值索引时生效
130
+ */
131
+ LogTraceIdKey?: string;
124
132
  }
125
133
  /**
126
134
  * APM 业务系统信息
@@ -288,6 +296,14 @@ export interface ApmInstanceDetail {
288
296
  * 是否开内存马执行检测(0=关, 1=开)
289
297
  */
290
298
  IsMemoryHijackingAnalysis?: number;
299
+ /**
300
+ * CLS索引类型(0=全文索引,1=键值索引)
301
+ */
302
+ LogIndexType?: number;
303
+ /**
304
+ * traceId的索引key: 当CLS索引类型为键值索引时生效
305
+ */
306
+ LogTraceIdKey?: string;
291
307
  }
292
308
  /**
293
309
  * CreateApmInstance请求参数结构体