skywalking-java/docs/en/setup
吴晟 Wu Sheng ff6fb90d38
Add jaeger traces support (#2434)
* Make Jaeger receiver works in 12450 as default.

* Finish compile and codebase.

* Make codes runnable.

* Finish Jaeger query tests.

* Add document for jaeger receiver.

* Add readme.

* Fix a break link.

* Finish doc.
2019-04-01 20:52:59 -07:00
..
backend Add jaeger traces support (#2434) 2019-04-01 20:52:59 -07:00
envoy Envoy metrics service updated (#2318) 2019-03-05 20:07:42 +08:00
istio Add documents of kubernetes (#1810) 2018-10-30 10:06:47 +08:00
service-agent/java-agent add apache-dubbo to supported list (#2413) 2019-03-28 09:01:55 -07:00
README.md Envoy metric support and a bug fix (#2321) 2019-03-07 17:05:46 +08:00

README.md

Setup

Setup based on which kind of probes are you going to use. If you don't understand, please read Concepts and Designs first.

Important: Please comfirm the system time on the monitored servers are same as the time on the OAP servers.

Download official releases

Language agents in Service

  • Java agent. Introduce how to install java agent to your service, without change any codes.

The following agents and SDKs are compatible with the SkyWalking's formats and protocols, but maintained by the 3rd-party. You could go to their project repositories to find out the releases and how to use them.

Service Mesh

  • Istio
    • SkyWalking on Istio. Introduce how to use Istio Mixer bypass Adapter to work with SkyWalking.

Proxy

Setup backend

Follow backend and UI setup document to understand and config the backend for different scenarios, and open advanced features.

Changes log

Backend, UI and Java agent changes are available here.