提交 75c74186 编写于 作者: wu-sheng's avatar wu-sheng

Class to upper case.

上级 996e6a42
......@@ -22,11 +22,11 @@ option java_multiple_files = true;
option java_package = "org.apache.skywalking.apm.network.servicemesh";
service ServiceMeshMetricService {
rpc collect(stream serviceMeshMetric) returns (MeshProbeDownstream) {
rpc collect(stream ServiceMeshMetric) returns (MeshProbeDownstream) {
}
}
message serviceMeshMetric {
message ServiceMeshMetric {
int64 startTime = 1;
int64 endTime = 2;
string sourceServiceName = 3;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册