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 <fgk...@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!
 }
 

Reply via email to