skywalking-java/docs/en/setup
吴晟 Wu Sheng 5577f67de7 Support backend sampling (#1977)
* Support sampling trace at server side and keep metric right.

* Add a trace sampling document

* Fix wrong default value.

* Fix document issue.

* Fix assemble issue.

* Fix wrong settings and doc.
2018-11-29 23:33:07 +08:00
..
backend Support backend sampling (#1977) 2018-11-29 23:33:07 +08:00
istio Add documents of kubernetes (#1810) 2018-10-30 10:06:47 +08:00
service-agent/java-agent feat:Active System.env Config In Both Collector And agent.config. (#1957) 2018-11-26 00:12:01 +08:00
README.md Update README.md (#1963) 2018-11-26 12:10: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.

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.