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 2018/09/19 14:26:10 UTC

[incubator-skywalking-query-protocol] branch master updated: Rename the operationName to endpointName. (#2)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-query-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new 9eafa5a  Rename the operationName to endpointName. (#2)
9eafa5a is described below

commit 9eafa5a6c5b3b9a61002391485799ed89be96b9c
Author: 彭勇升 pengys <80...@qq.com>
AuthorDate: Wed Sep 19 22:26:06 2018 +0800

    Rename the operationName to endpointName. (#2)
    
    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