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

[skywalking-query-protocol] 01/01: Update event.graphqls

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