This is an automated email from the ASF dual-hosted git repository.
xiaoyu 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 d36b0ce correct an arugment in doc (#8550)
d36b0ce is described below
commit d36b0ce66c5204e823069b8afc372699e5cd39a0
Author: Daming <[email protected]>
AuthorDate: Thu Dec 10 10:52:57 2020 +0800
correct an arugment in doc (#8550)
---
.../content/features/governance/observability/apm-integration.cn.md | 2 +-
.../content/features/governance/observability/apm-integration.en.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/document/content/features/governance/observability/apm-integration.cn.md
b/docs/document/content/features/governance/observability/apm-integration.cn.md
index cd8cc01..145ec12 100644
---
a/docs/document/content/features/governance/observability/apm-integration.cn.md
+++
b/docs/document/content/features/governance/observability/apm-integration.cn.md
@@ -27,7 +27,7 @@ Apache ShardingSphere 并不负责如何采集、存储以及展示应用性能
启动时添加参数
```
--Dorg.apache.shardingsphere.opentracing.tracer.class=org.apache.skywalking.apm.toolkit.opentracing.SkywalkingTracer
+-Dorg.apache.shardingsphere.tracing.opentracing.tracer.class=org.apache.skywalking.apm.toolkit.opentracing.SkywalkingTracer
```
调用初始化方法
diff --git
a/docs/document/content/features/governance/observability/apm-integration.en.md
b/docs/document/content/features/governance/observability/apm-integration.en.md
index 23cdc02..b231e37 100644
---
a/docs/document/content/features/governance/observability/apm-integration.en.md
+++
b/docs/document/content/features/governance/observability/apm-integration.en.md
@@ -32,7 +32,7 @@ Apache ShardingSphere team has realized `ShardingSphere`
automatic monitor agent
Add startup arguments
```
--Dorg.apache.shardingsphere.opentracing.tracer.class=org.apache.skywalking.apm.toolkit.opentracing.SkywalkingTracer
+-Dorg.apache.shardingsphere.tracing.opentracing.tracer.class=org.apache.skywalking.apm.toolkit.opentracing.SkywalkingTracer
```
Call initialization method