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 a5137b7  add serviceInstanceId in TraceQueryCondition. (#10)
a5137b7 is described below

commit a5137b7c510f74901e28b23227fd91ecf70ce577
Author: Jared Tan <jian....@daocloud.io>
AuthorDate: Fri Jan 11 22:38:16 2019 +0800

    add serviceInstanceId in TraceQueryCondition. (#10)
---
 trace.graphqls | 1 +
 1 file changed, 1 insertion(+)

diff --git a/trace.graphqls b/trace.graphqls
index 8f24d5a..f76f737 100644
--- a/trace.graphqls
+++ b/trace.graphqls
@@ -34,6 +34,7 @@ type BasicTrace {
 input TraceQueryCondition {
     # The value of 0 means all services.
     serviceId: ID
+    serviceInstanceId: ID
     traceId: String
     endpointId: ID
     endpointName: String

Reply via email to