tencentcloud-sdk-nodejs-apm 4.1.34 → 4.1.35
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
|
@@ -121,6 +121,14 @@ export interface ModifyApmInstanceRequest {
|
|
|
121
121
|
* 是否开启内存马检测
|
|
122
122
|
*/
|
|
123
123
|
IsMemoryHijackingAnalysis?: number;
|
|
124
|
+
/**
|
|
125
|
+
* 0=全文索引,1=键值索引
|
|
126
|
+
*/
|
|
127
|
+
LogIndexType?: number;
|
|
128
|
+
/**
|
|
129
|
+
* traceId的索引key
|
|
130
|
+
*/
|
|
131
|
+
LogTraceIdKey?: string;
|
|
124
132
|
}
|
|
125
133
|
/**
|
|
126
134
|
* APM 业务系统信息
|