The Sidecar Project of Apache SkyWalking

Clone this repo:
  1. 10dbd85 Bump github.com/prometheus/client_golang in the actions-deps group (#188) by dependabot[bot] · 12 days ago main
  2. 97e5f29 Bump golang.org/x/net from 0.35.0 to 0.36.0 (#187) by dependabot[bot] · 2 weeks ago
  3. 74567f0 Bump the actions-deps group across 1 directory with 3 updates (#186) by dependabot[bot] · 2 weeks ago
  4. a4977a5 Bump the actions-deps group across 1 directory with 2 updates (#183) by dependabot[bot] · 4 weeks ago
  5. 513c99b Bump github.com/prometheus/common in the actions-deps group (#181) by dependabot[bot] · 5 weeks ago

Apache SkyWalking Satellite

SkyWalking Satellite: A lightweight collector/sidecar could be deployed closer to the target monitored system, to collect metrics, traces, and logs. Also, it provides advanced features, such as, local cache, format transform, sampling.

GitHub stars Twitter Follow

Documentation

NOTICE, SkyWalking Satellite uses v3 protocols. They are incompatible with previous SkyWalking releases before SkyWalking 8.0.

Download

Go to the download page to download all available binaries, including MacOS, Linux and Windows. Due to system compatibility problems, some plugins of SkyWalking Satellite cannot be used in Windows system. Check the corresponding documentation to see whether the plugin is available on Windows.

Compile

As SkyWalking Satellite is using Makefile, compiling the project is as easy as executing a command in the root directory of the project.

git clone https://github.com/apache/skywalking-satellite
cd skywalking-satellite
make build

If you want to know more details about compiling, please read the doc.

Commands

CommandsFlagsDescription
start--config FILE, -c FILELoad configuration from FILE. (default: “configs/satellite_config.yaml” or read value from SATELLITE_CONFIG env).
start---shutdown_hook_time TIME, -t TIMEThe hook TIME for graceful shutdown, and the time unit is seconds. (default: “5” or read value from SATELLITE_SHUTDOWN_HOOK_TIME env).
start--help, -hShow help.
docs--output PATH, -o PATHThe document output root path. (default: “docs” or read value from SATELLITE_DOC_PATH env)
docs--menu PATH, -m PATHThe menu file path. (default: “/menu.yml” or read value from SATELLITE_MENU_PATH env)
docs--plugins PATH, -p PATHThe plugin list dir. (default: “/plugins” or read value from SATELLITE_PLUGIN_PATH env)
docs--help, -hShow help.

Contact Us

  • Mail list: dev@skywalking.apache.org. Mail to dev-subscribe@skywalking.apache.org, follow the reply to subscribe the mail list.
  • Send Request to join SkyWalking slack mail to the mail list(dev@skywalking.apache.org), we will invite you in.
  • For Chinese speaker, send [CN] Request to join SkyWalking slack mail to the mail list(dev@skywalking.apache.org), we will invite you in.
  • Twitter, ASFSkyWalking
  • bilibili B站 视频

License

Apache 2.0 License.