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 2020/12/22 15:07:19 UTC

[skywalking-query-protocol] branch master updated: add query condition (#45)

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 494a86d  add query condition (#45)
494a86d is described below

commit 494a86ddfafd6d38de4f8932ce8213d1ed3c2e89
Author: zhang-wei <pk...@outlook.com>
AuthorDate: Tue Dec 22 23:07:10 2020 +0800

    add query condition (#45)
---
 log.graphqls | 1 +
 1 file changed, 1 insertion(+)

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