skywalking-java/docs/en/setup/service-agent/server-agents.md

24 lines
1.3 KiB
Markdown

## Language agents in Service
- [Java agent](java-agent/README.md). Introduces how to install java agent to your service, without any impact in your code.
- [LUA agent](https://github.com/apache/skywalking-nginx-lua). Introduce how to install the lua agent in Nginx + LUA module or OpenResty.
- [Python Agent](https://github.com/apache/skywalking-python). Introduce how to install the Python Agent in a Python service.
- [Node.js agent](https://github.com/apache/skywalking-nodejs). Introduce how to install the NodeJS Agent in a NodeJS service.
The following agents and SDKs are compatible with the SkyWalking's data formats and network protocols, but are maintained by 3rd-parties.
You can go to their project repositories for additional info about guides and releases.
- [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 agent](https://github.com/SkyAPM/SkyAPM-php-sdk). See PHP agent project document for more details.
- [SkyAPM Go SDK](https://github.com/SkyAPM/go2sky). See go2sky project document for more details.
- [SkyAPM C++ SDK](https://github.com/SkyAPM/cpp2sky). See cpp2sky project document for more details.