Update TraceSegmentService.proto
This commit is contained in:
parent
5203081561
commit
84769692d9
|
|
@ -6,7 +6,7 @@ option java_package = "org.skywalking.apm.network.trace.proto";
|
|||
import "Downstream.proto";
|
||||
|
||||
service TraceSegmentService {
|
||||
rpc collect (stream TraceSegmentObject) returns (Downstream) {
|
||||
rpc collect (stream UpstreamSegment) returns (Downstream) {
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue