tencentcloud-sdk-nodejs-apm 4.1.93 → 4.1.105

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.93",
3
+ "version": "4.1.105",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -712,6 +712,14 @@ export interface ApmApplicationConfigView {
712
712
  * 链路压缩开关(已废弃)
713
713
  */
714
714
  TraceSquash?: boolean;
715
+ /**
716
+ * 探针熔断内存阈值
717
+ */
718
+ DisableMemoryUsed?: number;
719
+ /**
720
+ * 探针熔断CPU阈值
721
+ */
722
+ DisableCpuUsed?: number;
715
723
  }
716
724
  /**
717
725
  * 指标列表单元