skywalking-java/docs/en/setup
于玉桔 a36394d9bc Support lettuce plugin (#2152)
* Support lettuce plugin

* lettuce plugin bugfix

* lettuce plugin fix license issue

* lettuce plugin fix cluster and config issue

* plugin lettuce compatible with low 5.0.x version

* lettuce plugin support version accurately describes on Supported-list.md

* plugin lettuce compatible with low 5.0.2 version

* lettuce plugin fix wrong batch method intercept point

* move lettuce to optional plugins

* fix ci issue

* fix ci issue

* Modify the description file

* Pom code optimization

* Optimization operation name

* Optimization operation name2
2019-01-26 13:09:03 +08:00
..
backend fix gRPCHost (#2194) 2019-01-23 00:03:06 +08:00
istio Add documents of kubernetes (#1810) 2018-10-30 10:06:47 +08:00
service-agent/java-agent Support lettuce plugin (#2152) 2019-01-26 13:09:03 +08:00
README.md 🎉 PHP agent (#2159) 2019-01-15 14:13:51 +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.
  • .NET Core agent. See .NET Core agent project document for more details.
  • Node.js agent. See Node.js server side agent project document for more details.
  • PHP agent. See PHP agent project document for more details.

On Service Mesh

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

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.