From 75c74186a1548657013a299f388e6e8b7b4b5251 Mon Sep 17 00:00:00 2001 From: Wu Sheng Date: Wed, 25 Jul 2018 10:07:17 +0800 Subject: [PATCH] Class to upper case. --- service-mesh-probe/service-mesh.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service-mesh-probe/service-mesh.proto b/service-mesh-probe/service-mesh.proto index e36c574..5021b71 100644 --- a/service-mesh-probe/service-mesh.proto +++ b/service-mesh-probe/service-mesh.proto @@ -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; -- GitLab