{"id":14988259,"url":"https://github.com/apache/skywalking-satellite","last_synced_at":"2025-04-08T10:24:18.951Z","repository":{"id":37859358,"uuid":"308850825","full_name":"apache/skywalking-satellite","owner":"apache","description":"The Sidecar Project of Apache SkyWalking","archived":false,"fork":false,"pushed_at":"2025-03-27T01:31:43.000Z","size":1365,"stargazers_count":110,"open_issues_count":1,"forks_count":49,"subscribers_count":46,"default_branch":"main","last_synced_at":"2025-04-01T08:44:38.435Z","etag":null,"topics":["apm","dapper","distributed-tracing","observability","service-mesh","sidecar","skywalking"],"latest_commit_sha":null,"homepage":"https://skywalking.apache.org/","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-31T09:52:07.000Z","updated_at":"2025-03-25T03:23:51.000Z","dependencies_parsed_at":"2023-02-17T02:01:53.976Z","dependency_job_id":"3f5c16b0-c3a5-4d75-8b06-744a0d7f4db5","html_url":"https://github.com/apache/skywalking-satellite","commit_stats":{"total_commits":144,"total_committers":15,"mean_commits":9.6,"dds":0.5416666666666667,"last_synced_commit":"8778e3e8a4ab4962102502ffc9ba7a3c73270609"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fskywalking-satellite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fskywalking-satellite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fskywalking-satellite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fskywalking-satellite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/skywalking-satellite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247714789,"owners_count":20983943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apm","dapper","distributed-tracing","observability","service-mesh","sidecar","skywalking"],"created_at":"2024-09-24T14:16:22.451Z","updated_at":"2025-04-08T10:24:18.932Z","avatar_url":"https://github.com/apache.png","language":"Go","readme":"Apache SkyWalking Satellite\n==========\n\n\u003cimg src=\"http://skywalking.apache.org/assets/logo.svg\" alt=\"Sky Walking logo\" height=\"90px\" align=\"right\" /\u003e\n\n**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.\n\n[![GitHub stars](https://img.shields.io/github/stars/apache/skywalking.svg?style=for-the-badge\u0026label=Stars\u0026logo=github)](https://github.com/apache/skywalking)\n[![Twitter Follow](https://img.shields.io/twitter/follow/asfskywalking.svg?style=for-the-badge\u0026label=Follow\u0026logo=twitter)](https://twitter.com/AsfSkyWalking)\n\n# Documentation\n- [Official documentation](https://skywalking.apache.org/docs/#SkyWalkingSatellite)\n- [Blog](https://skywalking.apache.org/blog/2020-11-25-skywalking-satellite-0.1.0-design/) about the design of Satellite 0.1.0.\n\nNOTICE, SkyWalking Satellite uses [v3 protocols](https://github.com/apache/skywalking/blob/master/docs/en/protocols/README.md). They are incompatible with previous SkyWalking releases before SkyWalking 8.0.\n\n# Download\nGo to the [download page](https://skywalking.apache.org/downloads/) 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](./docs/en/guides/compile/How-to-compile.md) to see whether the plugin is available on Windows.\n\n# Compile\nAs SkyWalking Satellite is using `Makefile`, compiling the project is as easy as executing a command in the root directory of the project.\n```shell script\ngit clone https://github.com/apache/skywalking-satellite\ncd skywalking-satellite\nmake build\n```\nIf you want to know more details about compiling, please read [the doc](./docs/en/guides/compile/How-to-compile.md).\n\n\n# Commands\n|  Commands| Flags   | Description  |\n|  ----  | ----  |----  |\n| start  | --config FILE, -c FILE | Load configuration from FILE. (default: \"configs/satellite_config.yaml\" or read value from *SATELLITE_CONFIG* env).|\n| start  | ---shutdown_hook_time TIME, -t TIME | The hook TIME for graceful shutdown, and the time unit is seconds. (default: \"5\" or read value from *SATELLITE_SHUTDOWN_HOOK_TIME* env).|\n| start  | --help, -h | Show help.|\n| docs  | --output PATH, -o PATH | The document output root path. (default: \"docs\" or read value from *SATELLITE_DOC_PATH* env) |\n| docs  | --menu PATH, -m PATH | The menu file path. (default: \"/menu.yml\" or read value from *SATELLITE_MENU_PATH* env) |\n| docs  | --plugins PATH, -p PATH | The plugin list dir. (default: \"/plugins\" or read value from *SATELLITE_PLUGIN_PATH* env) |\n| docs  | --help, -h | Show help.|\n\n\n# Contact Us\n* Mail list: **dev@skywalking.apache.org**. Mail to `dev-subscribe@skywalking.apache.org`, follow the reply to subscribe the mail list.\n* Send `Request to join SkyWalking slack` mail to the mail list(`dev@skywalking.apache.org`), we will invite you in.\n* For Chinese speaker, send `[CN] Request to join SkyWalking slack` mail to the mail list(`dev@skywalking.apache.org`), we will invite you in.\n* Twitter, [ASFSkyWalking](https://twitter.com/AsfSkyWalking)\n* [bilibili B站 视频](https://space.bilibili.com/390683219)\n\n# License\n[Apache 2.0 License.](/LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fskywalking-satellite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fskywalking-satellite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fskywalking-satellite/lists"}