This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch oap-languages
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
The following commit(s) were added to refs/heads/oap-languages by this push:
new c569231 Remove 'both'
c569231 is described below
commit c569231ce4aebfd06032f302c28bc957e50f4b08
Author: Wu Sheng <[email protected]>
AuthorDate: Thu Jul 5 17:23:25 2018 -0700
Remove 'both'
---
docs/en/OAP/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/en/OAP/README.md b/docs/en/OAP/README.md
index 59cc30c..1a31887 100644
--- a/docs/en/OAP/README.md
+++ b/docs/en/OAP/README.md
@@ -116,7 +116,7 @@ Calculate the metric data from each request between one
service and the other se
1. type. Represent the type of the remote call. Such as: Database, HTTP, RPC,
gRPC.
1. detectPoint. Represent where is the relation detected. Values: client,
server, proxy.
-Group by both `sourceServiceId`, `destServiceId` and `detectPoint`.
+Group by `sourceServiceId`, `destServiceId` and `detectPoint`.
- SCOPE `ServiceInstanceRelation`
@@ -134,7 +134,7 @@ Calculate the metric data from each request between one
service instance and the
1. type. Represent the type of the remote call. Such as: Database, HTTP, RPC,
gRPC.
1. detectPoint. Represent where is the relation detected. Values: client,
server, proxy.
-Group by both `sourceServiceInstanceId`, `destServiceInstanceId` and
`detectPoint`.
+Group by `sourceServiceInstanceId`, `destServiceInstanceId` and `detectPoint`.
- SCOPE `EndpointRelation`
@@ -153,7 +153,7 @@ including auto instrument agents(like Java, .NET),
OpenCensus SkyWalking exporte
1. type. Represent the type of the remote call. Such as: Database, HTTP, RPC,
gRPC.
1. detectPoint. Represent where is the relation detected. Values: client,
server, proxy.
-Group by both `endpointId`, `childEndpointId` and `detectPoint`.
+Group by `endpointId`, `childEndpointId` and `detectPoint`.
#### Filter