You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/08/17 13:08:56 UTC

[GitHub] [skywalking-query-protocol] wu-sheng commented on a change in pull request #60: Add an API for LAL debug

wu-sheng commented on a change in pull request #60:
URL: https://github.com/apache/skywalking-query-protocol/pull/60#discussion_r690353116



##########
File path: log.graphqls
##########
@@ -79,4 +79,8 @@ 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.
+    # The results are guaranteed to be in JSON format.
+    test(log: [String!]): [String!]

Review comment:
       I think you missed metrics part.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org