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

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

commit b7798c436f6d0871bf6671a7ef0307d3f4004d6c
Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com>
AuthorDate: Wed Sep 19 16:02:02 2018 +0800

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

diff --git a/trace.graphqls b/trace.graphqls
index acdb950..1bb81d5 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 endpoints.
-    endpointId: Int
+    # The value of 0 means all services.
+    serviceId: Int
     traceId: String
     operationName: String
     # The time range of traces started

Reply via email to