32 lines
1.6 KiB
Markdown
32 lines
1.6 KiB
Markdown
# Setup
|
|
Setup based on which kind of probes are you going to use. If you don't understand, please read [Concepts and Designs](../concepts-and-designs/README.md) first.
|
|
|
|
|
|
**Important: Please comfirm the system time on the monitored servers are same as the time on the OAP servers.**
|
|
|
|
|
|
## Download official releases
|
|
- Backend, UI and Java agent are Apache official release, you could find them at [Apache SkyWalking DOWNLOAD page](http://skywalking.apache.org/downloads/).
|
|
|
|
## Language agents in Service
|
|
|
|
- [Java agent](service-agent/java-agent/README.md). 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.
|
|
- [SkyAPM .NET Core agent](https://github.com/SkyAPM/SkyAPM-dotnet). See .NET Core agent project document for more details.
|
|
- [SkyAPM Node.js agent](https://github.com/SkyAPM/SkyAPM-nodejs). See Node.js server side agent project document for more details.
|
|
- [SkyAPM PHP SDK](https://github.com/SkyAPM/SkyAPM-php-sdk). See PHP agent project document for more details.
|
|
|
|
## On Service Mesh
|
|
- Istio
|
|
- [SkyWalking on Istio](istio/README.md). Introduce how to use Istio Mixer bypass Adapter to work with SkyWalking.
|
|
|
|
|
|
## Setup backend
|
|
Follow [backend and UI setup document](backend/backend-ui-setup.md) to understand and config the backend for different
|
|
scenarios, and open advanced features.
|
|
|
|
## Changes log
|
|
Backend, UI and Java agent changes are available [here](../../../CHANGES.md).
|