You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/04/16 13:20:45 UTC

[incubator-skywalking-data-collect-protocol] branch metric-proto updated: Update Register.proto

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

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


The following commit(s) were added to refs/heads/metric-proto by this push:
     new dffa044  Update Register.proto
dffa044 is described below

commit dffa044b8a784c41f746a0d3d2fb171fdd74ba3b
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Apr 16 21:20:42 2019 +0800

    Update Register.proto
---
 register/Register.proto | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/register/Register.proto b/register/Register.proto
index aff9ea5..2d76ab6 100644
--- a/register/Register.proto
+++ b/register/Register.proto
@@ -32,7 +32,7 @@ service Register {
     rpc doServiceInstanceRegister (ServiceInstances) returns (ServiceInstanceRegisterMapping) {
     }
 
-    rpc doEndpointRegister (Enpoints) returns (EndpointMapping) {
+    rpc doEndpointRegister (Endpoints) returns (EndpointMapping) {
     }
 
     rpc doNetworkAddressRegister (NetAddresses) returns (NetAddressMapping) {
@@ -87,7 +87,7 @@ message NetAddressMapping {
 }
 
 // Endpint register
-message Enpoints {
+message Endpoints {
     repeated Endpoint endpoints = 1;
 }