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

[skywalking-query-protocol] 01/01: Add an API for LAL debug

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

kezhenxu94 pushed a commit to branch feature/log-debug
in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git

commit 2cd5bb2be3452dff51e79f6928f9476a1d0c8566
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Tue Aug 17 20:02:20 2021 +0800

    Add an API for LAL debug
---
 log.graphqls | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/log.graphqls b/log.graphqls
index f5b126f..24a5ebc 100644
--- a/log.graphqls
+++ b/log.graphqls
@@ -79,4 +79,7 @@ extend type Query {
     # Return true if the current storage implementation supports fuzzy query for logs.
     supportQueryLogsByKeywords: Boolean!
     queryLogs(condition: LogQueryCondition): Logs
+
+    # Test the logs and get the results of the LAL output.
+    test(log: [String!]): [String!]
 }