Data Collect Protocols of Apache SkyWalking

Clone this repo:
  1. cc8aa8c Wrap the node info to metadata in the Access Log Protocol (#93) by mrproliu · 3 months ago master
  2. f2f3005 Update protocol type (#92) by mrproliu · 4 months ago
  3. 46d5558 Adding fields into access log protocol (#91) by mrproliu · 4 months ago
  4. d635d58 Enhance eBPF Access Log collecting data (#90) by mrproliu · 4 months ago
  5. 5595a6d Fix compile eBPF access log failure (#89) by mrproliu · 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