tencentcloud-sdk-nodejs-apm 4.1.146 → 4.1.154

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.146",
3
+ "version": "4.1.154",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -944,6 +944,14 @@ export interface ApmApplicationConfigView {
944
944
  * 探针熔断CPU阈值
945
945
  */
946
946
  DisableCpuUsed?: number;
947
+ /**
948
+ * 是否开启SQL参数获取
949
+ */
950
+ DbStatementParametersEnabled?: boolean;
951
+ /**
952
+ * 慢SQL阈值
953
+ */
954
+ SlowSQLThresholds?: Array<ApmTag>;
947
955
  }
948
956
  /**
949
957
  * 指标列表单元
@@ -1363,6 +1371,14 @@ export interface ApmAppConfig {
1363
1371
  * 探针熔断CPU阈值
1364
1372
  */
1365
1373
  DisableCpuUsed?: number;
1374
+ /**
1375
+ * 是否开启SQL参数获取
1376
+ */
1377
+ DbStatementParametersEnabled?: boolean;
1378
+ /**
1379
+ * 慢SQL阈值
1380
+ */
1381
+ SlowSQLThresholds?: Array<ApmTag>;
1366
1382
  }
1367
1383
  /**
1368
1384
  * CreateApmSampleConfig返回参数结构体
@@ -1943,6 +1959,14 @@ export interface ModifyApmApplicationConfigRequest {
1943
1959
  * 探针熔断CPU阈值
1944
1960
  */
1945
1961
  DisableCpuUsed?: number;
1962
+ /**
1963
+ * 是否开启SQL参数获取
1964
+ */
1965
+ DbStatementParametersEnabled?: boolean;
1966
+ /**
1967
+ * 慢SQL阈值
1968
+ */
1969
+ SlowSQLThresholds?: Array<ApmTag>;
1946
1970
  }
1947
1971
  /**
1948
1972
  * APM 浮点数类型键值对
@@ -2270,11 +2294,11 @@ export interface DeleteApmSampleConfigResponse {
2270
2294
  */
2271
2295
  export interface ModifyApmAssociationRequest {
2272
2296
  /**
2273
- * 关联的产品名,当前只支持Prometheus
2297
+ * 关联的产品名,当前只支持Prometheus、CKafka
2274
2298
  */
2275
2299
  ProductName: string;
2276
2300
  /**
2277
- * 关联关系的状态:// 关联关系状态:1(启用)、2(不启用)、4(已删除)
2301
+ * 关联关系的状态:// 关联关系状态:1(启用)、2(不启用)
2278
2302
  */
2279
2303
  Status: number;
2280
2304
  /**
@@ -2530,6 +2554,10 @@ export interface APMKVItem {
2530
2554
  * CreateApmPrometheusRule返回参数结构体
2531
2555
  */
2532
2556
  export interface CreateApmPrometheusRuleResponse {
2557
+ /**
2558
+ * 指标匹配规则的ID
2559
+ */
2560
+ RuleId?: number;
2533
2561
  /**
2534
2562
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2535
2563
  */