skywalking-java/docs/en/setup
吴晟 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
..
backend Documentation proofreading (#3999) 2019-12-13 11:08:36 +08:00
envoy fix als docs (#3814) 2019-11-09 12:47:08 +08:00
istio Update istio docs according latest istio release (#3646) 2019-10-17 21:56:35 +03:00
service-agent/java-agent Update JDK compiling level to 8, and remove zip dist. (#4119) 2019-12-25 15:55:24 +08:00
README.md Documentation proofreading (#3999) 2019-12-13 11:08:36 +08:00

README.md

Setup

The document explains how to install Skywalking based on the kind of probes you are going to use. If you don't understand, please read Concepts and Designs first.

Important: Don't forget to configure the timezone on your UI, and you also need to be sure your OAP backend servers are also using the same timezone.

If you have any issues, please check that your issue is not already described in the FAQ.

Download official releases

Language agents in Service

  • Java agent. Introduces how to install java agent to your service, without any impact in your code.

The following agents and SDKs are compatible with the SkyWalking's samples formats and protocols, but are maintained by 3rd-parties. You can go to their project repositories for additional info about guides and releases.

Service Mesh

Proxy

Setup backend

Follow backend and UI setup document to understand how the backend and UI configuration works. Different scenarios and advanced features are also explained.

Changes log

Backend, UI and Java agent changes are available here.