Rename go package name (#49)

20 files changed
tree: 063ec4f87c52a47779d5f30a2a9a0c3abda5f3f1
  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. Traces
  2. Metrics(Meter system)
  3. Logs
  4. Command data. Push the commands to the agents from Server.
  5. Event.

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