Setup
The first and most important thing is, that SkyWalking Rover startup behaviors are driven by configs/rover_configs.yaml. Understanding the setting file will help you to read this document.
Requirements and default settings
Before you start, you should know that the main purpose of quickstart is to help you obtain a basic configuration for previews/demos. Usually, the process to be monitored is first declared.
Then, you can use bin/startup.sh
to start up the rover with their config.
SkyWalking OAP
The SkyWalking Rover requires specialized protocols to communicate with SkyWalking OAP.
SkyWalking Rover Version | SkyWalking OAP |
---|---|
0.1.0+ | > = 9.1.0 |
Startup script
Startup Script
bin/startup.sh
Examples
You can quickly build your Rover according to the following examples:
Deploy
Use Cases
- Profiling a Golang/C/C++/Rust service on Linux
- Detect Process by Agent Sensor
- Detect Process in Kubernetes Environemnt
Configuration
The core concept behind this setting file is, that SkyWalking Rover is based on pure modularization design. The end-user can switch or assemble the collector features to their requirements.
So, in rover_configs.yaml, there contains these parts.
Also, You could using Overriding Setting feature to setup the configuration.