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 9762145c89ba6b70b48cc4cb0c886d7b9de18ec5
Author: Gao Hongtao <hanahm...@gmail.com>
AuthorDate: Fri Sep 28 16:03:19 2018 +0800

    Update trace.graphqls
    
    Add endpointId condition to TraceQueryCondition for endpoint query its trace
---
 trace.graphqls | 1 +
 1 file changed, 1 insertion(+)

diff --git a/trace.graphqls b/trace.graphqls
index b032968..8f359c7 100644
--- a/trace.graphqls
+++ b/trace.graphqls
@@ -35,6 +35,7 @@ input TraceQueryCondition {
     # The value of 0 means all services.
     serviceId: Int
     traceId: String
+    endpointId: ID
     endpointName: String
     # The time range of traces started
     queryDuration: Duration

Reply via email to