fix release src cannot compile bug (#33)

Co-authored-by: Evan <evanljp@outlook.com>
1 file changed
tree: 13d2d45657ac6c64b5626fa26a0e313aee76bfa7
  1. .github/
  2. changes/
  3. cmd/
  4. configs/
  5. dist/
  6. docker/
  7. docs/
  8. internal/
  9. licenses/
  10. plugins/
  11. protocol/
  12. tools/
  13. .asf.yaml
  14. .gitattributes
  15. .gitignore
  16. .gitmodules
  17. .golangci.yml
  18. .licenserc.yaml
  19. CHANGES.md
  20. go.mod
  21. go.sum
  22. LICENSE
  23. Makefile
  24. NOTICE
  25. README.md
README.md

Apache SkyWalking Satellite

SkyWalking Satellite: A lightweight collector/sidecar could be deployed closing 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.

Performance

  • 0.5 core supported 3000 ops throughput with memory queue.
  • 0.5 core supported 1500 ops throughput with the memory mapped queue(Ensure data stability).

Please read the doc to get more details.

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
git submodule init
git submodule update
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 output PATH for the plugin documentation. (default: “docs” or read value from SATELLITE_DOC_PATH env)
docs--help, -hShow help.

Contact Us

License

Apache 2.0 License.