You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by ha...@apache.org on 2018/09/13 07:37:34 UTC

[incubator-skywalking-query-protocol] branch master updated: Update trace.graphqls

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

hanahmily 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 eb643d2  Update trace.graphqls
eb643d2 is described below

commit eb643d27813dc53adf550b31d35059a687ed337a
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Thu Sep 13 15:37:32 2018 +0800

    Update trace.graphqls
    
    Fix typo
---
 trace.graphqls | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/trace.graphqls b/trace.graphqls
index 88b7b03..acdb950 100644
--- a/trace.graphqls
+++ b/trace.graphqls
@@ -32,8 +32,8 @@ type BasicTrace {
 
 # Represent the conditions used for query TraceBrief
 input TraceQueryCondition {
-    # The value of 0 means all service.
-    serviceId: Int
+    # The value of 0 means all endpoints.
+    endpointId: Int
     traceId: String
     operationName: String
     # The time range of traces started