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 2023/02/21 05:04:59 UTC

[skywalking-data-collect-protocol] branch master updated: the network tasks can support multiple URI rules when triggering continuous profiling task (#84)

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 9c7a0bf  the network tasks can support multiple URI rules when triggering continuous profiling task (#84)
9c7a0bf is described below

commit 9c7a0bf8e0c2195280adf65f50cbd3161dd588ff
Author: mrproliu <74...@qq.com>
AuthorDate: Tue Feb 21 13:04:54 2023 +0800

    the network tasks can support multiple URI rules when triggering continuous profiling task (#84)
---
 ebpf/profiling/Continuous.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebpf/profiling/Continuous.proto b/ebpf/profiling/Continuous.proto
index b39e42a..551bf71 100644
--- a/ebpf/profiling/Continuous.proto
+++ b/ebpf/profiling/Continuous.proto
@@ -119,5 +119,5 @@ message ContinuousOffCPUProfilingTask {
 
 // eBPF Network profiling task
 message ContinuousNetworkProfilingTask {
-    string samplingURIRegex = 1;
+    repeated string samplingURIRegexes = 1;
 }
\ No newline at end of file