This is an automated email from the ASF dual-hosted git repository.
zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new d2736a2 Update apm-integration.cn.md (#16051)
d2736a2 is described below
commit d2736a20b4ae7c1c61e8b18fd5431f850f8a331c
Author: Vardhini K <[email protected]>
AuthorDate: Mon Mar 14 09:26:11 2022 +0530
Update apm-integration.cn.md (#16051)
* Update apm-integration.cn.md
* Update encrypt.cn.md
---
.../user-manual/shardingsphere-jdbc/builtin-algorithm/encrypt.cn.md | 6 +++---
.../special-api/observability/apm-integration.cn.md | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/builtin-algorithm/encrypt.cn.md
b/docs/document/content/user-manual/shardingsphere-jdbc/builtin-algorithm/encrypt.cn.md
index 1acb992..18c4f22 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/builtin-algorithm/encrypt.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-jdbc/builtin-algorithm/encrypt.cn.md
@@ -37,7 +37,7 @@ weight = 5
| *名称* | *数据类型* | *说明* |
| ------------- | --------- | ------------- |
-| sm3-salt | String | SM3 使用的 SALT(空 或 8 Bytes) |
+| sm3-salt | String | SM3 使用的 SALT(空或 8 Bytes) |
## SM4 加密算法
@@ -49,5 +49,5 @@ weight = 5
| ------------- | --------- | ------------- |
| sm4-key | String | SM4 使用的 KEY (16 Bytes) |
| sm4-mode | String | SM4 使用的 MODE (CBC 或 ECB) |
-| sm4-iv | String | SM4 使用的 IV (MODE为CBC时需指定,16 Bytes)|
-| sm4-padding | String | SM4 使用的 PADDING (PKCS5Padding 或
PKCS7Padding,暂不支持NoPadding)|
\ No newline at end of file
+| sm4-iv | String | SM4 使用的 IV (MODE 为 CBC 时需指定,16 Bytes)|
+| sm4-padding | String | SM4 使用的 PADDING (PKCS5Padding 或
PKCS7Padding,暂不支持 NoPadding)|
diff --git
a/docs/document/content/user-manual/shardingsphere-jdbc/special-api/observability/apm-integration.cn.md
b/docs/document/content/user-manual/shardingsphere-jdbc/special-api/observability/apm-integration.cn.md
index a63eac9..3f2cbb4 100644
---
a/docs/document/content/user-manual/shardingsphere-jdbc/special-api/observability/apm-integration.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-jdbc/special-api/observability/apm-integration.cn.md
@@ -7,7 +7,7 @@ weight = 2
### 使用 OpenTracing 协议
-* 方法1:通过读取系统参数注入APM系统提供的 Tracer 实现类
+* 方法1:通过读取系统参数注入 APM 系统提供的 Tracer 实现类
启动时添加参数
@@ -47,7 +47,7 @@ OpenTelemetry:
## 效果展示
-无论使用哪种方式,都可以方便的将APM信息展示在对接的系统中,以下以 SkyWalking 为例。
+无论使用哪种方式,都可以方便的将 APM 信息展示在对接的系统中,以下以 SkyWalking 为例。
### 应用架构