提交 0eb3ac71 编写于 作者: wu-sheng's avatar wu-sheng

Separate downstream object.

上级 09f7ff24
......@@ -23,7 +23,7 @@ option java_package = "org.apache.skywalking.apm.network.language.agent";
option csharp_namespace = "SkyWalking.NetworkProtocol";
import "Common.proto";
import "../Downstream.proto";
import "Downstream.proto";
service InstanceDiscoveryService {
rpc registerInstance (ApplicationInstance) returns (ApplicationInstanceMapping) {
......
......@@ -22,7 +22,7 @@ option java_multiple_files = true;
option java_package = "org.apache.skywalking.apm.network.language.agent";
option csharp_namespace = "SkyWalking.NetworkProtocol";
import "../Downstream.proto";
import "Downstream.proto";
service JVMMetricsService {
rpc collect (JVMMetrics) returns (Downstream) {
......
......@@ -21,10 +21,8 @@ syntax = "proto3";
option java_multiple_files = true;
option java_package = "org.apache.skywalking.apm.network.servicemesh";
import "../Downstream.proto";
service ServiceMeshMetricService {
rpc collect(stream serviceMeshMetric) returns (Downstream) {
rpc collect(stream serviceMeshMetric) returns (MeshProbeDownstream) {
}
}
......@@ -56,5 +54,5 @@ enum DetectPoint {
proxy = 2;
}
message Downstream {
message MeshProbeDownstream {
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册