You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ho...@apache.org on 2022/04/18 01:54:02 UTC

[skywalking-cli] branch fgksgf-patch-1 created (now f43f26a)

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

hoshea pushed a change to branch fgksgf-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git


      at f43f26a  Update events.graphql

This branch includes the following new commits:

     new f43f26a  Update events.graphql

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-cli] 01/01: Update events.graphql

Posted by ho...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hoshea pushed a commit to branch fgksgf-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git

commit f43f26aa5a5a02a7b907a11de56f4e5ee1367d18
Author: Hoshea Jiang <fg...@gmail.com>
AuthorDate: Mon Apr 18 09:53:59 2022 +0800

    Update events.graphql
---
 assets/graphqls/event/events.graphql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/assets/graphqls/event/events.graphql b/assets/graphqls/event/events.graphql
index 12b48d6..e3ffc61 100644
--- a/assets/graphqls/event/events.graphql
+++ b/assets/graphqls/event/events.graphql
@@ -34,6 +34,7 @@ query ($condition: EventQueryCondition) {
             }
             startTime
             endTime
+            layer
         }
     }
 }