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/06 05:20:36 UTC

[skywalking-data-collect-protocol] branch master updated: Add labels to the process (#69)

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 2981c65  Add labels to the process (#69)
2981c65 is described below

commit 2981c652ca6c5125d71bb104dbe441abe3d8a2d4
Author: mrproliu <74...@qq.com>
AuthorDate: Wed Apr 6 13:20:32 2022 +0800

    Add labels to the process (#69)
---
 ebpf/profiling/Process.proto | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ebpf/profiling/Process.proto b/ebpf/profiling/Process.proto
index 2cefe6d..b30f3d8 100644
--- a/ebpf/profiling/Process.proto
+++ b/ebpf/profiling/Process.proto
@@ -73,6 +73,8 @@ message EBPFProcessEntityMetadata {
     string instanceName = 3;
     // [required] Process name
     string processName = 4;
+    // Process labels for aggregate from service
+    repeated string labels = 5;
 }
 
 // [WIP] Kubernetes process metadata