From 676e4ee9305c0357f2b09bb095e28902874b49e3 Mon Sep 17 00:00:00 2001 From: Wu Sheng Date: Mon, 6 Aug 2018 15:08:15 +0800 Subject: [PATCH] Add a new scope ServiceInstance_JVM_GC --- docs/en/concepts-and-designs/oal.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/en/concepts-and-designs/oal.md b/docs/en/concepts-and-designs/oal.md index 34c26b58d..ca20365d8 100644 --- a/docs/en/concepts-and-designs/oal.md +++ b/docs/en/concepts-and-designs/oal.md @@ -102,6 +102,17 @@ Calculate the metric data if the service instance is a JVM and collected by java | used | See JVM document | | long | | committed | See JVM document | | long | +4. SCOPE `ServiceInstance_JVM_GC` + +| Name | Remarks | Group Key | Type | +|---|---|---|---| +| id | Represent the unique id of the service instance, usually a number. | yes | int | +| name | Represent the name of the service instance. Such as `ip:port@Service Name`. **Notice**: current native agent uses `processId@Service name` as instance name, which is useless when you want to setup a filter in aggregation. | | string| +| serviceName | Represent the name of the service. | | string | +| phrase | Include NEW and OLD | | Enum | +| time | GC time cost | | long | +| count | Count of GC op | | long | + ### SCOPE `Endpoint` Calculate the metric data from each request of the endpoint in the service.