Data Collect Protocols of Apache SkyWalking

Clone this repo:
  1. 786ce1c Add Bazel build validation to CI workflow (#119) by Matthieu MOREL · 5 days ago master
  2. cf9cc44 Deprecate Browser Log ID (#120) by 吴晟 Wu Sheng · 4 weeks ago
  3. 050b6eb Make browser cls to double (#118) by Wan Kai · 9 weeks ago
  4. 055d64b Add addition arguments in the eBPF ztunnel environment (#117) by mrproliu · 4 months ago v10.3.0
  5. a9ee9b1 refactor: remove rules_proto dependency and update proto_library references (#116) by Matthieu MOREL · 4 months ago

Apache SkyWalking data collect protocol

Apache SkyWalking typically collect data from

  1. Traces
  2. Metrics(Meter system)
  3. Logs
  4. Command data. Push the commands to the agents from Server.
  5. Event.
  6. eBPF profiling tasks.
  7. Agent in-process profiling tasks.

This repo hosts the protocol of SkyWalking native report protocol, defined in gRPC. Read Protocol DOC for more details

Release

This repo wouldn't release separately. All source codes have been included in the main repo release. The tags match the main repo tags.

License

Apache 2.0