tencentcloud-sdk-nodejs-apm 4.1.64 → 4.1.66

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.64",
3
+ "version": "4.1.66",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -695,6 +695,10 @@ export interface Line {
695
695
  * 维度列表
696
696
  */
697
697
  Tags?: Array<ApmTag>;
698
+ /**
699
+ * 指标数据单位
700
+ */
701
+ MetricUnit?: string;
698
702
  }
699
703
  /**
700
704
  * 应用相关的配置列表项