You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/10/27 03:05:46 UTC

[skywalking] 01/01: Update scope-definitions.md

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 757b4ebe910c32fc55bccfff18746d420c4861e0
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Sun Oct 27 11:05:34 2019 +0800

    Update scope-definitions.md
---
 docs/en/concepts-and-designs/scope-definitions.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/en/concepts-and-designs/scope-definitions.md b/docs/en/concepts-and-designs/scope-definitions.md
index 3a88a1f..db89258 100644
--- a/docs/en/concepts-and-designs/scope-definitions.md
+++ b/docs/en/concepts-and-designs/scope-definitions.md
@@ -5,11 +5,13 @@ By using Aggregation Function, the requests will group by time and **Group Key(s
 
 | Name | Remarks | Group Key | Type | 
 |---|---|---|---|
+| name  | Represent the service name of each request.  |   | string |
+| serviceInstanceName  | Represent the name of the service instance id referred.  |   | string |
 | endpoint  | Represent the endpoint path of each request.  |   | string |
 | latency  | Represent how much time of each request. |   |  int(in ms)  |
 | status  | Represent whether success or fail of the request.  |   | bool(true for success)  |
 | responseCode | Represent the response code of HTTP response, if this request is the HTTP call. e.g. 200, 404, 302| | int |
-
+| type | Represent the type of each request. Such as: Database, HTTP, RPC, gRPC. | | enum |
 
 ### SCOPE `Service`