Update logging collect protocol (#41)

* Add Tags message

* rename tags
1 file changed
tree: 2af77c5db0a357c99bd37a3426a1f97dec4d7100
  1. .github/
  2. bazel/
  3. browser/
  4. common/
  5. language-agent/
  6. logging/
  7. management/
  8. profile/
  9. service-mesh-probe/
  10. tools/
  11. .asf.yaml
  12. .bazelrc
  13. .gitignore
  14. README.md
  15. 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