You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by wu...@apache.org on 2020/12/01 02:45:43 UTC

[servicecomb-docs] branch master updated: Update metrics.md

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

wujimin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e739e2  Update metrics.md
2e739e2 is described below

commit 2e739e2c9f64716bc55ee03b01a937ee36d12129
Author: bale836 <ba...@163.com>
AuthorDate: Tue Dec 1 10:41:32 2020 +0800

    Update metrics.md
    
    fix mistake: "AverageTime divided by count to get the average latency" to "totalTime divided by count to get the average latency"
---
 java-chassis-reference/en_US/docs/general-development/metrics.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java-chassis-reference/en_US/docs/general-development/metrics.md b/java-chassis-reference/en_US/docs/general-development/metrics.md
index b846991..b319fc2 100644
--- a/java-chassis-reference/en_US/docs/general-development/metrics.md
+++ b/java-chassis-reference/en_US/docs/general-development/metrics.md
@@ -470,7 +470,7 @@ will get json data in the following format:
     <td>totalTime</td>
     <td>In seconds<br>
         totalTime=The total duration of the call in the current period (seconds)<br>
-        AverageTime divided by count to get the average latency</td>
+        totalTime divided by count to get the average latency</td>
   </tr>
   <tr>
     <td>max</td>