Skip to content

Commit 00b5149

Browse files
committed
Remove unnecessary moduels
1 parent e6447d5 commit 00b5149

File tree

2,284 files changed

+17
-174164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,284 files changed

+17
-174164
lines changed

.asf.yaml

+2-23
Original file line numberDiff line numberDiff line change
@@ -17,45 +17,24 @@
1717
#
1818

1919
github:
20-
description: APM, Application Performance Monitoring System
20+
description: The Java agent for Apache SkyWalking
2121
homepage: https://skywalking.apache.org/
2222
labels:
2323
- skywalking
2424
- observability
2525
- apm
2626
- distributed-tracing
27-
- service-mesh
2827
- dapper
29-
- web-performance
3028
- metrics
3129
- logging
32-
- prometheus
33-
- open-telemetry
34-
- zabbix
3530
enabled_merge_buttons:
3631
squash: true
3732
merge: false
3833
rebase: false
3934
protected_branches:
40-
master:
35+
main:
4136
required_status_checks:
4237
strict: true
4338
contexts:
4439
- CI
45-
- Single
46-
- Storage
47-
- Cluster
4840
required_pull_request_reviews:
49-
dismiss_stale_reviews: true
50-
required_approving_review_count: 1
51-
# Protect these branches for the website
52-
website-docs/8.2.0:
53-
whatever: Just a placehold to make it take effects
54-
website-docs/8.3.0:
55-
whatever: Just a placehold to make it take effects
56-
website-docs/8.4.0:
57-
whatever: Just a placehold to make it take effects
58-
website-docs/8.5.0:
59-
whatever: Just a placehold to make it take effects
60-
website-docs/8.6.0:
61-
whatever: Just a placehold to make it take effects

.github/actions/e2e-test/action.yml

-82
This file was deleted.

.github/workflows/ci-it.yaml

+4-7
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ jobs:
6565
run: |
6666
./mvnw -q --batch-mode -P"agent,backend,ui,dist,CI-with-IT" clean cobertura:cobertura verify install javadoc:javadoc
6767
bash <(curl -s https://codecov.io/bash)
68-
- name: 'Check Dependencies Licenses'
69-
if: env.SKIP_CI != 'true'
70-
run: tools/dependencies/check-LICENSE.sh
7168
7269
CI-on-JDK11:
7370
if: (github.event_name == 'schedule' && github.repository == 'apache/skywalking') || (github.event_name != 'schedule')
@@ -96,7 +93,7 @@ jobs:
9693
java-version: 11
9794
- name: 'Install & Test'
9895
if: env.SKIP_CI != 'true'
99-
run: ./mvnw -q --batch-mode -P"agent,backend,ui,dist" clean verify install
96+
run: ./mvnw -q --batch-mode clean verify install
10097

10198
CI-on-Windows:
10299
if: (github.event_name == 'schedule' && github.repository == 'apache/skywalking') || (github.event_name != 'schedule')
@@ -115,7 +112,7 @@ jobs:
115112
- name: 'Install & Test'
116113
if: env.SKIP_CI != 'true'
117114
run: |
118-
./mvnw -q --batch-mode -P"agent,backend,ui,dist" clean verify install
115+
./mvnw -q --batch-mode clean verify install
119116
120117
121118
CI-on-MacOS:
@@ -144,5 +141,5 @@ jobs:
144141
if: env.SKIP_CI != 'true'
145142
run: |
146143
# Given packaging on Mac has a high possibility to fail, we retry one more time here
147-
./mvnw -q --batch-mode -P"agent,backend,ui,dist" clean verify install || \
148-
./mvnw -q --batch-mode -P"agent,backend,ui,dist" clean verify install
144+
./mvnw -q --batch-mode clean verify install || \
145+
./mvnw -q --batch-mode clean verify install

.gitmodules

-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
[submodule "apm-protocol/apm-network/src/main/proto"]
22
path = apm-protocol/apm-network/src/main/proto
33
url = https://github.com/apache/skywalking-data-collect-protocol.git
4-
[submodule "oap-server/server-query-plugin/query-graphql-plugin/src/main/resources/query-protocol"]
5-
path = oap-server/server-query-plugin/query-graphql-plugin/src/main/resources/query-protocol
6-
url = https://github.com/apache/skywalking-query-protocol.git
7-
[submodule "skywalking-ui"]
8-
path = skywalking-ui
9-
url = https://github.com/apache/skywalking-rocketbot-ui.git
10-
[submodule "test/e2e/e2e-protocol/src/main/proto"]
11-
path = test/e2e/e2e-protocol/src/main/proto
12-
url = https://github.com/apache/skywalking-data-collect-protocol.git

README.md

+3-59
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
Apache SkyWalking
1+
Apache SkyWalking Java Agent
22
==========
33

44
<img src="http://skywalking.apache.org/assets/logo.svg" alt="Sky Walking logo" height="90px" align="right" />
55

6-
**SkyWalking**: an APM(application performance monitor) system, especially designed for
7-
microservices, cloud native and container-based architectures.
86

97
[![GitHub stars](https://img.shields.io/github/stars/apache/skywalking.svg?style=for-the-badge&label=Stars&logo=github)](https://github.com/apache/skywalking)
108
[![Twitter Follow](https://img.shields.io/twitter/follow/asfskywalking.svg?style=for-the-badge&label=Follow&logo=twitter)](https://twitter.com/AsfSkyWalking)
@@ -13,40 +11,9 @@ microservices, cloud native and container-based architectures.
1311
[![CI/IT Tests](https://github.com/apache/skywalking/workflows/CI%20AND%20IT/badge.svg?branch=master)](https://github.com/apache/skywalking/actions?query=workflow%3ACI%2BAND%2BIT+event%3Aschedule+branch%3Amaster)
1412
[![E2E Tests](https://github.com/apache/skywalking/workflows/E2E/badge.svg?branch=master)](https://github.com/apache/skywalking/actions?query=branch%3Amaster+event%3Aschedule+workflow%3AE2E)
1513

16-
# Abstract
17-
**SkyWalking** is an open source APM system, including monitoring, tracing, diagnosing capabilities for distributed system
18-
in Cloud Native architecture.
19-
The core features are following.
14+
SkyWalking-Java: The Java Agent for Apache SkyWalking, which provides the native tracing/metrics/logging abilities for Python project.
2015

21-
- Service, service instance, endpoint metrics analysis
22-
- Root cause analysis. Profile the code on the runtime
23-
- Service topology map analysis
24-
- Service, service instance and endpoint dependency analysis
25-
- Slow services and endpoints detected
26-
- Performance optimization
27-
- Distributed tracing and context propagation
28-
- Database access metrics. Detect slow database access statements(including SQL statements)
29-
- Alarm
30-
- Browser performance monitoring
31-
- Infrastructure(VM, network, disk etc.) monitoring
32-
- Collaboration across metrics, traces, and logs
33-
34-
<img src="https://skywalking.apache.org/images/SkyWalking_Architecture_20210424.png?t=20210424"/>
35-
36-
SkyWalking supports to collect telemetry (metrics, traces, and logs) data from multiple sources
37-
and multiple formats,
38-
including
39-
1. Java, .NET Core, NodeJS, PHP, and Python auto-instrument agents.
40-
1. Go and C++ SDKs.
41-
1. LUA agent especially for Nginx, OpenResty and Apache APISIX.
42-
1. Browser agent.
43-
1. Service Mesh Observability. Control panel and data panel.
44-
1. Metrics system, including Prometheus, OpenTelemetry, Spring Sleuth(Micrometer), Zabbix.
45-
1. Logs.
46-
1. Zipkin v1/v2 trace.(No Analysis)
47-
48-
SkyWalking OAP is using the STAM(Streaming Topology Analysis Method) to analysis topology in the tracing based agent scenario
49-
for better performance. Read [the paper of STAM](https://wu-sheng.github.io/STAM/) for more details.
16+
SkyWalking: an APM(application performance monitor) system, especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.
5017

5118
# Documentation
5219
- [Official documentation](https://skywalking.apache.org/docs/#SkyWalking)
@@ -70,9 +37,6 @@ Please follow the [REPORTING GUIDELINES](https://www.apache.org/foundation/polic
7037
# Live Demo
7138
Find the [demo](https://skywalking.apache.org/#demo) and [screenshots](https://skywalking.apache.org/#arch) on our website.
7239

73-
**Video on youtube.com**
74-
75-
[![RocketBot UI](http://img.youtube.com/vi/mfKaToAKl7k/0.jpg)](http://www.youtube.com/watch?v=mfKaToAKl7k)
7640

7741
# Contact Us
7842
* Mail list: **[email protected]**. Mail to `[email protected]`, follow the reply to subscribe the mail list.
@@ -81,25 +45,5 @@ Find the [demo](https://skywalking.apache.org/#demo) and [screenshots](https://s
8145
* QQ Group: 901167865(Recommended), 392443393
8246
* [bilibili B站 视频](https://space.bilibili.com/390683219)
8347

84-
# Our Users
85-
Hundreds of companies and organizations use SkyWalking for research, production, and commercial product.
86-
Visit our [website](http://skywalking.apache.org/#users) to find the user page.
87-
88-
89-
# Landscapes
90-
91-
<p align="center">
92-
<br/><br/>
93-
<img src="https://landscape.cncf.io/images/left-logo.svg" width="150"/>&nbsp;&nbsp;<img src="https://landscape.cncf.io/images/right-logo.svg" width="200"/>
94-
<br/><br/>
95-
SkyWalking enriches the <a href="https://landscape.cncf.io/landscape=observability-and-analysis&license=apache-license-2-0">CNCF CLOUD NATIVE Landscape.</a>
96-
97-
</p>
98-
99-
<p align="center">
100-
<a href="https://openapm.io"><img src="https://openapm.io/static/media/openapm_logo.svg" width="100"/></a>
101-
<br/>Our project enriches the <a href="https://openapm.io">OpenAPM Landscape!</a>
102-
</p>
103-
10448
# License
10549
[Apache 2.0 License.](LICENSE)

apm-commons/apm-util/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<parent>
21-
<artifactId>apm-commons</artifactId>
21+
<artifactId>java-agent-commons</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
2323
<version>8.8.0-SNAPSHOT</version>
2424
</parent>

apm-commons/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@
1818

1919
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<parent>
21-
<artifactId>apm</artifactId>
21+
<artifactId>java-agent</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
2323
<version>8.8.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

27-
<artifactId>apm-commons</artifactId>
27+
<artifactId>java-agent-commons</artifactId>
2828
<packaging>pom</packaging>
2929

3030
<modules>
3131
<module>apm-util</module>
3232
<module>apm-datacarrier</module>
3333
</modules>
3434

35-
<name>apm-commons</name>
35+
<name>java-agent-commons</name>
3636
<url>http://maven.apache.org</url>
3737

3838
<properties>

0 commit comments

Comments
 (0)