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:38 UTC

[skywalking-query-protocol] branch feature/log-debug created (now 2cd5bb2)

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

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


      at 2cd5bb2  Add an API for LAL debug

This branch includes the following new commits:

     new 2cd5bb2  Add an API for LAL debug

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by ke...@apache.org.
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!]
 }