You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ta...@apache.org on 2019/04/08 22:50:32 UTC

[incubator-skywalking] branch master updated: Fix typo (#2459)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 733d5cf  Fix typo (#2459)
733d5cf is described below

commit 733d5cf6c5a932b8f201388f09db51d752b16e7d
Author: kezhenxu94 <ke...@163.com>
AuthorDate: Tue Apr 9 06:50:24 2019 +0800

    Fix typo (#2459)
---
 docs/en/protocols/README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/en/protocols/README.md b/docs/en/protocols/README.md
index 160b7c9..9c548e7 100644
--- a/docs/en/protocols/README.md
+++ b/docs/en/protocols/README.md
@@ -57,7 +57,7 @@ the following key info:
 3rd-party instrument protocols are not defined by SkyWalking. They are just protocols/formats, which SkyWalking is compatible and
 could receive from their existed libraries. SkyWalking starts with supporting Zipkin v1, v2 data formats.
 
-Backend is based on modulization principle, so very easy to extend a new receiver to support new protocol/format.
+Backend is based on modularization principle, so very easy to extend a new receiver to support new protocol/format.
 
 ## Query Protocol
 Query protocol follows GraphQL grammar, provides data query capabilities, which depends on your analysis metrics.
@@ -126,14 +126,14 @@ Here is the list of all existing metric names, based on [official_analysis.oal](
 **Service relation metric**, represents the metric of calls between service. 
 The metric ID could be
 got in topology query only.
-- service_relation_client_cpm, calls per minut detected at client side
-- service_relation_server_cpm, calls per minut detected at server side
+- service_relation_client_cpm, calls per minute detected at client side
+- service_relation_server_cpm, calls per minute detected at server side
 - service_relation_client_call_sla, successful rate detected at client side
 - service_relation_server_call_sla, successful rate detected at server side
 - service_relation_client_resp_time, avg response time detected at client side
-- service_relation_server_resp_time, avg response time detected at client side
+- service_relation_server_resp_time, avg response time detected at server side
 
 **Endpoint relation metric**, represents the metric between dependency endpoints. Only work when tracing agent.
 The metric ID could be got in topology query only.
 - endpoint_relation_cpm
-- endpoint_relation_resp_time
\ No newline at end of file
+- endpoint_relation_resp_time