You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by pe...@apache.org on 2018/09/19 14:17:57 UTC

[incubator-skywalking-query-protocol] branch peng-yongsheng-patch-1 created (now 5c9db8d)

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

pengys pushed a change to branch peng-yongsheng-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-query-protocol.git.


      at 5c9db8d  Rename the operationName to endpointName.

This branch includes the following new commits:

     new 5c9db8d  Rename the operationName to endpointName.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-skywalking-query-protocol] 01/01: Rename the operationName to endpointName.

Posted by pe...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pengys pushed a commit to branch peng-yongsheng-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-query-protocol.git

commit 5c9db8d44781966dcd7a23062a3f86ed1145f400
Author: 彭勇升 pengys <pe...@apache.org>
AuthorDate: Wed Sep 19 22:17:51 2018 +0800

    Rename the operationName to endpointName.
    
    Consistent with scope name
---
 trace.graphqls | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/trace.graphqls b/trace.graphqls
index 1bb81d5..b032968 100644
--- a/trace.graphqls
+++ b/trace.graphqls
@@ -23,7 +23,7 @@ type TraceBrief {
 # Trace basic info
 type BasicTrace {
     segmentId: String!
-    operationNames: [String!]!
+    endpointNames: [String!]!
     duration: Int!
     start: String!
     isError: Boolean
@@ -35,7 +35,7 @@ input TraceQueryCondition {
     # The value of 0 means all services.
     serviceId: Int
     traceId: String
-    operationName: String
+    endpointName: String
     # The time range of traces started
     queryDuration: Duration
     # The mix time of trace
@@ -72,7 +72,7 @@ type Span {
     serviceCode: String!
     startTime: Long!
     endTime: Long!
-    operationName: String
+    endpointName: String
     # There are three span types: Local, Entry and Exit
     type: String!
     # Peer network id, e.g. host+port, ip+port