Add events protocol message and service (#42)

1 file changed
tree: e2a0b17e6c1918b147a743f988c0044440fe0109
  1. .github/
  2. bazel/
  3. browser/
  4. common/
  5. event/
  6. language-agent/
  7. logging/
  8. management/
  9. profile/
  10. service-mesh-probe/
  11. tools/
  12. .asf.yaml
  13. .bazelrc
  14. .gitignore
  15. README.md
  16. WORKSPACE
README.md

Apache SkyWalking data collect protocol

Apache SkyWalking typically collect data from

  1. Tracing agent.
  2. Service mesh proxy, especially Envoy controlled by Istio.
  3. Meter data, also known pure metrics data.
  4. Logs.

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