skywalking-java/apm-dist/release-docs
彭勇升 pengys dcd6a71fce Asf/5.0 alpha/release (#959)
* Update docs for alpha release

* Delete a comma.

* Update How-to-build.md

* Add data-set licenses file

* Rename LICENSES-data-set to LICENSE-data-set

* Update LICENSE

* Remove fastclick from LICENSE

* Make the git submodule command to be a maven profile plugin. Let this command not execute by default install command.

* [maven-release-plugin] prepare release apm-5.0.0-alpha

* [maven-release-plugin] prepare for next development iteration

* Product name is not correct

* Add more documents for release.

* Change profile id.

* Add CHANGES file in distribution file.

* Revert "[maven-release-plugin] prepare for next development iteration"

This reverts commit ac81501929f72ab3a276b8d782759eb6f652bfa3.

* Revert "[maven-release-plugin] prepare release apm-5.0.0-alpha"

This reverts commit 095597c9189589667c2a333d85bd46f6dca90c80.

* Add rat plugin to check dependency license and add license head into missing files.

* Fix docs.

* Exclude web ui config file.

* Next release guide.

* UI update.

* Update docs.

* Build source shell.
2018-03-19 06:09:09 +08:00
..
README.txt Asf/5.0 alpha/release (#959) 2018-03-19 06:09:09 +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/incubator-skywalking/blob/master/docs/en/Quick-start.md

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

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

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

Find our roadmap
    https://github.com/apache/incubator-skywalking/blob/master/docs/ROADMAP.md


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.