tencentcloud-sdk-nodejs-apm 4.1.177 → 4.1.181
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
|
@@ -53,8 +53,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
53
53
|
|
|
54
54
|
2. 指标(Metrics)
|
|
55
55
|
用于指定返回结果中包含的一个或多个指标项。
|
|
56
|
-
例如:request_count(请求数)、duration_avg(平均耗时)、error_rate(错误率)。关于APM
|
|
57
|
-
|
|
56
|
+
例如:request_count(请求数)、duration_avg(平均耗时)、error_rate(错误率)。关于APM 支持的指标,请参考 [APM 指标协议标准](https://cloud.tencent.com/document/product/248/101681),每种视图(ViewName)支持专属的指标集。
|
|
58
57
|
3. 过滤(Filters)
|
|
59
58
|
支持一个或多个键值对(Key-Value)形式的过滤条件。
|
|
60
59
|
例如:只查某个特定服务 service.name = "order-service"。通用维度和每种视图(ViewName)支持专属专属维度,可以用作过滤条件中的键(Key),更多详情请参考 [APM 指标协议标准](https://cloud.tencent.com/document/product/248/101681)。
|
|
@@ -93,8 +93,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
93
93
|
|
|
94
94
|
2. 指标(Metrics)
|
|
95
95
|
用于指定返回结果中包含的一个或多个指标项。
|
|
96
|
-
例如:request_count(请求数)、duration_avg(平均耗时)、error_rate(错误率)。关于APM
|
|
97
|
-
|
|
96
|
+
例如:request_count(请求数)、duration_avg(平均耗时)、error_rate(错误率)。关于APM 支持的指标,请参考 [APM 指标协议标准](https://cloud.tencent.com/document/product/248/101681),每种视图(ViewName)支持专属的指标集。
|
|
98
97
|
3. 过滤(Filters)
|
|
99
98
|
支持一个或多个键值对(Key-Value)形式的过滤条件。
|
|
100
99
|
例如:只查某个特定服务 service.name = "order-service"。通用维度和每种视图(ViewName)支持专属专属维度,可以用作过滤条件中的键(Key),更多详情请参考 [APM 指标协议标准](https://cloud.tencent.com/document/product/248/101681)。
|