Skip to content

Commit

Permalink
the network tasks can support multiple URI rules when triggering cont…
Browse files Browse the repository at this point in the history
…inuous profiling task (#84)
  • Loading branch information
mrproliu authored Feb 21, 2023
1 parent 9b2f4a5 commit 9c7a0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebpf/profiling/Continuous.proto
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ message ContinuousOffCPUProfilingTask {

// eBPF Network profiling task
message ContinuousNetworkProfilingTask {
string samplingURIRegex = 1;
repeated string samplingURIRegexes = 1;
}

0 comments on commit 9c7a0bf

Please sign in to comment.