This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git

commit 651094bc5a4ef7843ff85df8886b0a290fd6dd0c
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Thu Jan 28 21:25:02 2021 +0800

    Remove statue field in query and result.
---
 log.graphqls | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/log.graphqls b/log.graphqls
index d3514d8..704d3c0 100644
--- a/log.graphqls
+++ b/log.graphqls
@@ -30,7 +30,6 @@ type Log {
     endpointId: ID
     traceId: String
     timestamp: String!
-    isError: Boolean
     statusCode: String
     contentType: ContentType!
     content: String
@@ -50,7 +49,6 @@ input LogQueryCondition {
     # The time range of log happened
     # [Required] duration is required in most query, only exception is when 
use relatedTrace.
     queryDuration: Duration
-    state: LogState!
     paging: Pagination!
     tags: [LogTag!]
     # Fuzzy query conditions for the log content.
@@ -73,12 +71,6 @@ input LogTag {
     value: String
 }
 
-enum LogState {
-    ALL
-    SUCCESS
-    ERROR
-}
-
 enum ContentType {
     TEXT
     JSON

Reply via email to