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

[skywalking-cli] 01/01: Update events.graphql

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
         }
     }
 }