Add MeterReportService collectBatch method. (#56)

1 file changed
tree: c2fb087d5c48189b96eae740b16cf202fad76270
  1. .github/
  2. bazel/
  3. browser/
  4. common/
  5. event/
  6. language-agent/
  7. logging/
  8. management/
  9. profile/
  10. service-mesh-probe/
  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. 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