skywalking-java/docs/en/setup
XiaoFu de048b448d add ActiveMQ support (#1524) 2018-08-05 18:31:39 +08:00
..
service-agent add ActiveMQ support (#1524) 2018-08-05 18:31:39 +08:00
README.md Finish more documents about high level design of SkyWalking 6. 2018-07-09 23:03:35 -07: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.

Language agents in Service

  • Install agents
    • Java agent. Introduce how to install java agent to your application, 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.
  • Setup backend. Set the backend for language agents scenario.

On Service Mesh

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