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/skywalking-query-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new 17e1aea  Remove endpoint name from trace query condition.
17e1aea is described below

commit 17e1aea1ea1818de4b96e06a6dc41e9a78eb7105
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Wed Aug 11 11:01:42 2021 +0800

    Remove endpoint name from trace query condition.
---
 trace.graphqls | 1 -
 1 file changed, 1 deletion(-)

diff --git a/trace.graphqls b/trace.graphqls
index a67e96e..c33bd0f 100644
--- a/trace.graphqls
+++ b/trace.graphqls
@@ -37,7 +37,6 @@ input TraceQueryCondition {
     serviceInstanceId: ID
     traceId: String
     endpointId: ID
-    endpointName: String
     # The time range of traces started
     queryDuration: Duration
     # The min time of trace

Reply via email to