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 db22cd9  Remove statue field in query and result. (#52)
db22cd9 is described below

commit db22cd9e017fd7d8ce512b5faff4539fc2d80ed7
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Thu Jan 28 21:26:48 2021 +0800

    Remove statue field in query and result. (#52)
---
 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