skywalking-java/docs/en/setup
scolia 80af166752 feat: add support of mongodb v3.7.x or higher (#3591)
* feat: add support of mongodb v3.7.x or higher

* feat: remove mapping, using EnhancedInstance to mark remotePeer

* feat: add support of v3.6.x

* fix: disable support will 3.6.x, which will throw ClassCircularityError exception

* style: clean code

* fix support of 3.8.x~3.11.1, update test case and doc

* update stage name

* rename class

* rename stage
2019-10-24 19:16:56 +03:00
..
backend Add register persistent worker latency metrics #3671 (#3677) 2019-10-24 15:22:38 +08:00
envoy Update ALS setup doc as istio 1.3 released (#3470) 2019-09-13 09:17:15 +08:00
istio Update istio docs according latest istio release (#3646) 2019-10-17 21:56:35 +03:00
service-agent/java-agent feat: add support of mongodb v3.7.x or higher (#3591) 2019-10-24 19:16:56 +03:00
README.md Update README.md (#2920) 2019-06-21 15:36:28 +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 choose the timezone on UI, make it matches the timezone of your OAP backend 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

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.