skywalking-java/dist-material/release-docs
吴晟 Wu Sheng b570996006
Update JDK compiling level to 8, and remove zip dist. (#4119)
* Update JDK compiling level to 8, and remove zip dist.

* Exclude annotation and shade API.

* Fix more exclusion.

* 1. Update grava and gson 2. Fix compile issue. 3. Keep protoc and maven plugin in old version. Some incompatible of 3rd party grpc proto.

* Fix dependency conflicts, license and notice issue, and dependency check script issue

Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
2019-12-25 15:55:24 +08:00
..
licenses Update JDK compiling level to 8, and remove zip dist. (#4119) 2019-12-25 15:55:24 +08:00
LICENSE Update JDK compiling level to 8, and remove zip dist. (#4119) 2019-12-25 15:55:24 +08:00
NOTICE Update JDK compiling level to 8, and remove zip dist. (#4119) 2019-12-25 15:55:24 +08:00
README.txt Fix es7 dist not uploaded in the release process. (#4112) 2019-12-24 12:07:19 +08:00

README.txt

Welcome to Apache SkyWalking
===============================================================================

SkyWalking: APM (application performance monitor) tool for distributed systems,
especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.
Underlying technology is a distributed tracing system.

SkyWalking provides a high performance Java agent, lets the users don't need to change any source codes for instrumentation
and distributed tracing.
At the same time, SkyWalking provides backend, including collector and UI, to aggregate, analysis metrics and traces.
In order to visualize the performance data, distributed traces, application topology and alarms.

SkyWalking "Trace Data Protocol" and "Cross Process Propagation Headers Protocol" open for any other agent implementors, e.g. other language agent or SDK. You can use
You can use our backend to analysis and visualize your data, even can interop your agent/SDK with SkyWalking Java agent.

SkyWalking backend can be used for other language agent/SDKs, it doesn't design just for Java.

Getting Started
===============================================================================
To help you get started, try the following links:

Getting Started
    https://github.com/apache/skywalking/blob/master/docs/en/setup/README.md

Building
    https://github.com/apache/skywalking/blob/master/docs/en/guides/How-to-build.md

We welcome contributions of all kinds, for details of how you can help
    https://github.com/apache/skywalking/blob/master/CONTRIBUTING.md

Find the issue tracker from here
    https://github.com/apache/skywalking/issues

Please help us make Apache SkyWalking better - we appreciate any feedback
you may have.

Enjoy!

-----------------

Licensing
===============================================================================

This software is licensed under the terms you may find in the file
named "LICENSE" in this directory.