You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/04/10 08:00:00 UTC

[skywalking-data-collect-protocol] branch master updated: Add layer to event (#70)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new f906646  Add layer to event (#70)
f906646 is described below

commit f9066463deb7f9d1fbe8110eab3524694b0db298
Author: Hoshea Jiang <fg...@gmail.com>
AuthorDate: Sun Apr 10 15:59:57 2022 +0800

    Add layer to event (#70)
---
 event/Event.proto | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/event/Event.proto b/event/Event.proto
index b1df58d..f24a87e 100644
--- a/event/Event.proto
+++ b/event/Event.proto
@@ -65,6 +65,10 @@ 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;
+  
+  // [Required] Since 9.0.0
+  // Name of the layer to which the event belongs.
+  string layer = 9;
 }
 
 enum Type {