add start up script (#26)

* add start up script

* add start up script

* add start up script

* polish script

* polish script

* add docker build script

* add docker build script

* polish Dockerfile

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

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 FILEStart Satellite with the configuration FILE. (default: “configs/satellite_config.yaml” or read value from SATELLITE_CONFIG env).
docs--output valueGenerate Satellite plugin documentations to the output path. (default: “docs” or read value from SATELLITE_DOC_PATH env)

Contact Us

License

Apache 2.0 License.