tencentcloud-sdk-nodejs-apm 4.1.270 → 4.1.282

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.270",
3
+ "version": "4.1.282",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1740,17 +1740,21 @@ export interface ModifyApmInstanceRequest {
1740
1740
  */
1741
1741
  LogSpanIdKey?: string;
1742
1742
  /**
1743
- * <p>是否开启探针头采样</p>
1743
+ * <p>是否开启探针头采样</p><p>(受限)</p>
1744
1744
  */
1745
1745
  EnableHeadSampler?: boolean;
1746
1746
  /**
1747
- * <p>头采类型</p><p>枚举值:</p><ul><li>parentbased_traceidratio: 默认</li></ul>
1747
+ * <p>头采类型</p><p>枚举值:</p><ul><li>parentbased_traceidratio: 默认</li></ul><p>(受限)</p>
1748
1748
  */
1749
1749
  HeadSamplerType?: string;
1750
1750
  /**
1751
- * <p>头采采样率</p><p>取值范围:[0, 100]</p>
1751
+ * <p>头采采样率</p><p>取值范围:[0, 100]</p><p>(受限)</p>
1752
1752
  */
1753
1753
  HeadSamplerArg?: number;
1754
+ /**
1755
+ * <p>是否禁用 AI 能力</p><p>单位:无</p>
1756
+ */
1757
+ DisableAiAbility?: number;
1754
1758
  }
1755
1759
  /**
1756
1760
  * Span日志部分
@@ -2606,6 +2610,10 @@ export interface ApmInstanceDetail {
2606
2610
  * <p>spanId的索引key: 当CLS索引类型为键值索引时生效</p>
2607
2611
  */
2608
2612
  LogSpanIdKey?: string;
2613
+ /**
2614
+ * <p>是否禁用 AI 能力</p><p>单位:无</p>
2615
+ */
2616
+ DisableAiAbility?: number;
2609
2617
  }
2610
2618
  /**
2611
2619
  * Span 对象