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/12 06:01:20 UTC

[skywalking-query-protocol] branch fgksgf-patch-1 created (now dd9a977)

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-query-protocol.git


      at dd9a977  Update event.graphqls

This branch includes the following new commits:

     new dd9a977  Update event.graphqls

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: Update event.graphqls

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-query-protocol.git

commit dd9a977f5d2cfccd6607c7c4fbf59792af129294
Author: Hoshea Jiang <fg...@gmail.com>
AuthorDate: Tue Apr 12 14:01:17 2022 +0800

    Update event.graphqls
---
 event.graphqls | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/event.graphqls b/event.graphqls
index b8fd1d1..bdef5e8 100644
--- a/event.graphqls
+++ b/event.graphqls
@@ -27,6 +27,7 @@ type Event {
     # The end time (in milliseconds) of the event, measured between the current time and midnight, January 1, 1970 UTC. Empty or 0 if the event have not finished yet.
     # This field may be 0 if the user didn't report it or the `end` event is lost due to network issues.
     endTime: Long
+    layer: String!
 }
 
 type Source {
@@ -58,6 +59,7 @@ input EventQueryCondition {
     type: EventType
     time: Duration
     order: Order
+    layer: String
     paging: Pagination!
 }