Skip to content

Commit 0bde5ed

Browse files
authored
Merge branch 'master' into fix/potential-unable-startup
2 parents 1f4e871 + 80aed97 commit 0bde5ed

File tree

20 files changed

+21
-3
lines changed

20 files changed

+21
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Sky Walking | [中文](README_ZH.md)
3030
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to wu.sheng@foxmail.com.
3131

3232
# Screenshots
33-
- Topological graph of application clusters based on dubbox and [motan](https://github.com/weibocom/motan).
33+
- Discovery topological graph of application clusters automatically.
3434
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/topological_graph_test_project.png"/>
3535

3636
- Trace query.

README_ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Sky Walking | [English](README.md)
1919
* 使用 [**@Trace**](docs/cn/Application-toolkit-trace-CN.md) 标注追踪业务方法
2020
* 将 traceId 集成到 log4j, log4j2 或 logback这些日志组件中
2121
* 纯Java后端Collector实现,提供RESTful和gRPC接口。兼容接受其他语言探针发送数据
22-
* [如何将探针的Metric和Trace数据上传到Collector?]()
22+
* [如何将探针的Metric和Trace数据上传到Collector?](/docs/cn/How-to-communicate-with-the-collector-CN.md)
2323
* UI工程请查看 [skywalking-ui](https://github.com/OpenSkywalking/skywalking-ui)
2424
* 中文QQ群:392443393
2525

@@ -33,7 +33,7 @@ Sky Walking | [English](README.md)
3333
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to wu.sheng@foxmail.com.
3434

3535
# Screenshots
36-
- 追踪基于 dubbox 和 [motan](https://github.com/weibocom/motan)的分布式系统,生成的拓扑截图
36+
- 分布式系统拓扑图自动发现
3737
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/topological_graph_test_project.png?forceUpdate=0"/>
3838

3939
- 调用链查询

apm-application-toolkit/apm-toolkit-log4j-1.x/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<executions>
5050
<execution>
5151
<id>attach-sources</id>
52+
<phase>none</phase>
5253
<goals>
5354
<goal>jar</goal>
5455
</goals>

apm-application-toolkit/apm-toolkit-log4j-2.x/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<executions>
5050
<execution>
5151
<id>attach-sources</id>
52+
<phase>none</phase>
5253
<goals>
5354
<goal>jar</goal>
5455
</goals>

apm-application-toolkit/apm-toolkit-logback-1.x/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<executions>
5050
<execution>
5151
<id>attach-sources</id>
52+
<phase>none</phase>
5253
<goals>
5354
<goal>jar</goal>
5455
</goals>

apm-application-toolkit/apm-toolkit-trace/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<executions>
4242
<execution>
4343
<id>attach-sources</id>
44+
<phase>none</phase>
4445
<goals>
4546
<goal>jar</goal>
4647
</goals>

apm-sniffer/apm-sdk-plugin/dubbo-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
<executions>
149149
<execution>
150150
<id>attach-sources</id>
151+
<phase>none</phase>
151152
<goals>
152153
<goal>jar</goal>
153154
</goals>

apm-sniffer/apm-sdk-plugin/h2-1.x-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
<executions>
6565
<execution>
6666
<id>attach-sources</id>
67+
<phase>none</phase>
6768
<goals>
6869
<goal>jar</goal>
6970
</goals>

apm-sniffer/apm-sdk-plugin/jdbc-commons/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
<executions>
5959
<execution>
6060
<id>attach-sources</id>
61+
<phase>none</phase>
6162
<goals>
6263
<goal>jar</goal>
6364
</goals>

apm-sniffer/apm-sdk-plugin/mongodb-2.x-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<executions>
6161
<execution>
6262
<id>attach-sources</id>
63+
<phase>none</phase>
6364
<goals>
6465
<goal>jar</goal>
6566
</goals>

0 commit comments

Comments
 (0)