You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/04/19 07:31:34 UTC

[servicecomb-docs] branch master updated: avoid gitbook compiler limitation

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

ningjiang 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 07c1747  avoid gitbook compiler limitation
07c1747 is described below

commit 07c174745d693fcbabbf9b189b4d25a9d279ca66
Author: wujimin <wu...@huawei.com>
AuthorDate: Fri Apr 19 11:38:04 2019 +0800

    avoid gitbook compiler limitation
---
 java-chassis-reference/en_US/general-development/metrics.md | 6 ++----
 java-chassis-reference/en_US/styles/website.css             | 4 ++--
 java-chassis-reference/zh_CN/general-development/metrics.md | 4 +---
 java-chassis-reference/zh_CN/styles/website.css             | 4 ++--
 4 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/java-chassis-reference/en_US/general-development/metrics.md b/java-chassis-reference/en_US/general-development/metrics.md
index 1d761c2..f265b06 100755
--- a/java-chassis-reference/en_US/general-development/metrics.md
+++ b/java-chassis-reference/en_US/general-development/metrics.md
@@ -588,7 +588,7 @@ _Note: Please change the version field to the actual version number; if the vers
 
 ### 2. Configuration instructions
 
-<div class="metrics-cfg">
+<div class="metrics-cfg"></div>
 
 | Configuration Item | Default | Meaning |
 | :--- | :--- | :--- |
@@ -601,9 +601,7 @@ _Note: Please change the version field to the actual version number; if the vers
 | servicecomb.metrics<br>.prometheus.address | 0.0.0.0:9696 | prometheus listen address |
 | servicecomb.metrics.publisher.defaultLog<br>.enabled | false | Whether to output the default statistics log |
 | servicecomb.metrics.publisher.defaultLog<br>.endpoints.client.detail.enabled | false | Whether to output each client endpoint statistics log, because it is related to the target ip:port number, there may be a lot of data, so the default is not output|
-
-</div>
-
+  
 ### 3.慢调用检测
   After slow call detection is enabled, if there is a slow call, the corresponding log will be output immediately:
 ```
diff --git a/java-chassis-reference/en_US/styles/website.css b/java-chassis-reference/en_US/styles/website.css
index be819b4..7528cbd 100644
--- a/java-chassis-reference/en_US/styles/website.css
+++ b/java-chassis-reference/en_US/styles/website.css
@@ -8,9 +8,9 @@ table {
     overflow-x: auto;
 }
 
-.metrics-cfg table, .metrics-table {
+.metrics-cfg+table, .metrics-table {
     border-width: 1px;
-    font-size: 8px;
+    font-size: 12px;
     table-layout: auto;
 }
 
diff --git a/java-chassis-reference/zh_CN/general-development/metrics.md b/java-chassis-reference/zh_CN/general-development/metrics.md
index 037e247..168993e 100644
--- a/java-chassis-reference/zh_CN/general-development/metrics.md
+++ b/java-chassis-reference/zh_CN/general-development/metrics.md
@@ -585,7 +585,7 @@ _注:请将version字段修改为实际版本号;如果版本号已经在dep
 
 ### 2.配置说明
 
-<div class="metrics-cfg">
+<div class="metrics-cfg"></div>
 
 | 配置项 | 默认值 | 含义 |
 | :--- | :--- | :--- |
@@ -599,8 +599,6 @@ _注:请将version字段修改为实际版本号;如果版本号已经在dep
 | servicecomb.metrics.publisher.defaultLog<br>.enabled | false | 是否输出默认的统计日志 |
 | servicecomb.metrics.publisher.defaultLog<br>.endpoints.client.detail.enabled | false | 是否输出每一条client endpoint统计日志,因为跟目标的ip:port数有关,可能会有很多数据,所以默认不输出 |
 
-</div>
-
 ### 3.慢调用检测
   开启慢调用检测后,如果存在慢调用,则会立即输出相应日志:
 ```
diff --git a/java-chassis-reference/zh_CN/styles/website.css b/java-chassis-reference/zh_CN/styles/website.css
index 023a0ee..a9db21a 100644
--- a/java-chassis-reference/zh_CN/styles/website.css
+++ b/java-chassis-reference/zh_CN/styles/website.css
@@ -8,9 +8,9 @@ table {
     overflow-x: auto;
 }
 
-.metrics-cfg table, .metrics-table {
+.metrics-cfg+table, .metrics-table {
     border-width: 1px;
-    font-size: 8px;
+    font-size: 12px;
     table-layout: auto;
 }