skywalking/docs/en/setup
kezhenxu94 094eeb870f
Add alarm metrics OP >= and <=, and refactor the operator logics (#4221)
* Add alarm metrics OP >= and <=, and refactor the operator logics

* Add unit test for OP

Co-authored-by: 吴晟 Wu Sheng <wu.sheng@foxmail.com>
2020-01-13 00:50:37 +08:00
..
backend Add alarm metrics OP >= and <=, and refactor the operator logics (#4221) 2020-01-13 00:50:37 +08:00
envoy fix als docs (#3814) 2019-11-09 12:47:08 +08:00
istio Fix dead link (#4167) 2020-01-03 16:11:02 +08:00
service-agent/java-agent Provide profile task downstream to sniffer (#4172) 2020-01-09 09:35:39 +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.