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 98d2dfd  LogQuery remove unused field (#50)
98d2dfd is described below

commit 98d2dfd8b4cc549d64d7541c45b6808de907c42b
Author: zhang-wei <[email protected]>
AuthorDate: Sun Jan 24 16:33:51 2021 +0800

    LogQuery remove unused field (#50)
---
 log.graphqls | 2 --
 1 file changed, 2 deletions(-)

diff --git a/log.graphqls b/log.graphqls
index 9143624..d3514d8 100644
--- a/log.graphqls
+++ b/log.graphqls
@@ -39,8 +39,6 @@ type Log {
 
 # Represent the conditions used for query logs
 input LogQueryCondition {
-    # Metric name of the log records
-    metricName: ID
     # The value of 0 means all services.
     serviceId: ID
     serviceInstanceId: ID

Reply via email to