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/08 08:07:36 UTC

[skywalking-data-collect-protocol] branch fgksgf-patch-1 created (now 8e7980e)

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-data-collect-protocol.git


      at 8e7980e  Update Event.proto

This branch includes the following new commits:

     new 8e7980e  Update Event.proto

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-data-collect-protocol] 01/01: Update Event.proto

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-data-collect-protocol.git

commit 8e7980ea2b8def213cbb68a36089ecbdca4c8f16
Author: Hoshea Jiang <fg...@gmail.com>
AuthorDate: Fri Apr 8 16:07:31 2022 +0800

    Update Event.proto
---
 event/Event.proto | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/event/Event.proto b/event/Event.proto
index b1df58d..caf0a2d 100644
--- a/event/Event.proto
+++ b/event/Event.proto
@@ -65,6 +65,9 @@ message Event {
   // The end time (in milliseconds) of the event. , measured between the current time and midnight, January 1, 1970 UTC.
   // This field may be empty if the event has not stopped yet, otherwise it should be a valid timestamp after `startTime`.
   int64 endTime = 8;
+  
+  // Name of the layer to which the event belongs. If absent, the OAP would set `layer`=`ID: 0, NAME: undefined`.
+  string layer = 9;
 }
 
 enum Type {