You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/07/25 02:07:23 UTC

[incubator-skywalking-data-collect-protocol] branch master updated: Class to upper case.

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking-data-collect-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new 75c7418  Class to upper case.
75c7418 is described below

commit 75c74186a1548657013a299f388e6e8b7b4b5251
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Jul 25 10:07:17 2018 +0800

    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;