You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/08/11 12:45:31 UTC

[skywalking-query-protocol] branch master updated: Remove endpoint name from log query condition.

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 96845f5  Remove endpoint name from log query condition.
96845f5 is described below

commit 96845f52038a92ee4a53764f8135311b06c3fac5
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Aug 11 20:45:27 2021 +0800

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

diff --git a/log.graphqls b/log.graphqls
index 0b76f37..f5b126f 100644
--- a/log.graphqls
+++ b/log.graphqls
@@ -41,7 +41,6 @@ input LogQueryCondition {
     serviceId: ID
     serviceInstanceId: ID
     endpointId: ID
-    endpointName: String
     # Related trace condition.
     # When use related trace condition, duration is not required.
     relatedTrace: TraceScopeCondition